Gets all visible cells in the GridSurface.

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

Syntax

C#
public GridSurfaceCellCollection Cells { get; }
Visual Basic
Public ReadOnly Property Cells As GridSurfaceCellCollection
	Get
Visual C++
public:
property GridSurfaceCellCollection^ Cells {
	GridSurfaceCellCollection^ get ();
}

Remarks

GridSurface.GetCells(false) will return the same result as property GridSurface.Cells.

See Also