TinSurfaceIdentifyFeatureTypeAtXY Method |
Identifies the specific surface feature (triangle, edge, vertex) at a specified point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic Type IdentifyFeatureTypeAtXY(
double x,
double y
)
Public Function IdentifyFeatureTypeAtXY (
x As Double,
y As Double
) As Type
public:
Type^ IdentifyFeatureTypeAtXY(
double x,
double y
)
Parameters
- x Double
-
- y Double
-
Return Value
Type
Returns the Type of the feature at the specified point, or null if the point is not on the TinSurface or the surface is empty.
See Also