Identifies the specific surface feature (triangle, edge, vertex) at a specified point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public Type IdentifyFeatureTypeAtXY( double x, double y )
Visual Basic
Public Function IdentifyFeatureTypeAtXY ( _ x As Double, _ y As Double _ ) As Type
Visual C++
public: Type^ IdentifyFeatureTypeAtXY( double x, double y )
Parameters
- x
- Type: System.Double
- y
- Type: System.Double