GridSurfaceVertices Property

Gets all visible vertices in the GridSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public GridSurfaceVertexCollection Vertices { get; }

Property Value

GridSurfaceVertexCollection
Remarks
GridSurface.GetVertices(false) will return the same result as the GridSurface.Vertices property.
See Also