GridSurfaceVertexCollectionGetAt Method |
Gets the vertex at the specified location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceVertex GetAt(
GridLocation location
)
Public Function GetAt (
location As GridLocation
) As GridSurfaceVertex
public:
GridSurfaceVertex^ GetAt(
GridLocation location
)
Parameters
- location GridLocation
-
Return Value
GridSurfaceVertex
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when there is no a valid vertex at the specifed location.
|
See Also