GetCells Method

Gets all cells in the GridSurface.

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

Syntax

C#

public GridSurfaceCellCollection GetCells(
	bool includeInvisible
)

Visual Basic

Public Function GetCells ( _
	includeInvisible As Boolean _
) As GridSurfaceCellCollection

Visual C++

public:
GridSurfaceCellCollection^ GetCells(
	bool includeInvisible
)

Parameters

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

See Also