Share

GridSurface.GetVertices Method

Gets all vertices in the GridSurface.



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

Syntax

C#

public GridSurfaceVertexCollection GetVertices(
	bool includeInvisible
)

VB

Public Function GetVertices ( 
	includeInvisible As Boolean
) As GridSurfaceVertexCollection

C++

public:
GridSurfaceVertexCollection^ GetVertices(
	bool includeInvisible
)

Parameters

includeInvisible  Boolean
Indicates whether this method should return invisible vertices.

Return Value

GridSurfaceVertexCollection

See Also

Reference

Was this information helpful?