GetVertices Method

Gets all vertices in the GridSurface.

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

Syntax

C#

public GridSurfaceVertexCollection GetVertices(
	bool includeInvisible
)

Visual Basic

Public Function GetVertices ( _
	includeInvisible As Boolean _
) As GridSurfaceVertexCollection

Visual C++

public:
GridSurfaceVertexCollection^ GetVertices(
	bool includeInvisible
)

Parameters

includeInvisible
Type: System.Boolean
Indicates whether this method should return invisible vertices.

See Also