Share

GridSurface.Vertices Property

Gets all visible vertices in the GridSurface.



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

Syntax

C#

public GridSurfaceVertexCollection Vertices { get; }

VB

Public ReadOnly Property Vertices As GridSurfaceVertexCollection
	Get

C++

public:
property GridSurfaceVertexCollection^ Vertices {
	GridSurfaceVertexCollection^ get ();
}

Property Value

GridSurfaceVertexCollection

Remarks

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

See Also

Reference

Was this information helpful?