GridSurfaceVertices Property |
Gets all visible vertices in the GridSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceVertexCollection Vertices { get; }
Public ReadOnly Property Vertices As GridSurfaceVertexCollection
Get
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