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