Gets all cells in the GridSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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