Finds the closest TinSurfaceVertex near location (x, y).
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public TinSurfaceVertex FindVertexAtXY( double x, double y )
VB
Public Function FindVertexAtXY ( x As Double, y As Double ) As TinSurfaceVertex
C++
public: TinSurfaceVertex^ FindVertexAtXY( double x, double y )
Parameters
- x Double
- y Double
Return Value
TinSurfaceVertexExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the method can't find a vertex at location (x, y). |