Identifies the specific surface feature (triangle, edge, vertex) at a specified point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
Return Value
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