Gets the vertex at the specified location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public GridSurfaceVertex GetAt( GridLocation location )
Visual Basic
Public Function GetAt ( _ location As GridLocation _ ) As GridSurfaceVertex
Visual C++
public: GridSurfaceVertex^ GetAt( GridLocation location )
Parameters
- location
- Type: Autodesk.Civil.DatabaseServices.GridLocation
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when there is no a valid vertex at the specifed location. |