Share

TinSurface.IdentifyFeatureTypeAtXY 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.280

Syntax

C#

public Type IdentifyFeatureTypeAtXY(
	double x,
	double y
)

VB

Public Function IdentifyFeatureTypeAtXY ( 
	x As Double,
	y As Double
) As Type

C++

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

Reference

Was this information helpful?