Share

GridSurface.GetCells Method

Gets all cells in the GridSurface.



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

Syntax

C#

public GridSurfaceCellCollection GetCells(
	bool includeInvisible
)

VB

Public Function GetCells ( 
	includeInvisible As Boolean
) As GridSurfaceCellCollection

C++

public:
GridSurfaceCellCollection^ GetCells(
	bool includeInvisible
)

Parameters

includeInvisible  Boolean
Indicates whether this method should return invisible cells.

Return Value

GridSurfaceCellCollection

See Also

Reference

Was this information helpful?