Gets the vertex at the specified location.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when there is no a valid vertex at the specifed location.

See Also