Gets all visible vertices in the GridSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public GridSurfaceVertexCollection Vertices { get; }
Visual Basic
Public ReadOnly Property Vertices As GridSurfaceVertexCollection
	Get
Visual C++
public:
property GridSurfaceVertexCollection^ Vertices {
	GridSurfaceVertexCollection^ get ();
}

Remarks

GridSurface.GetVertices(false) will return the same result as the GridSurface.Vertices property.

See Also