TinSurfaceIdentifyFeatureTypeAtXY Method

Identifies the specific surface feature (triangle, edge, vertex) at a specified point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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