GridSurfaceCells Property

Gets all visible cells in the GridSurface.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public GridSurfaceCellCollection Cells { get; }

Property Value

GridSurfaceCellCollection
Remarks
GridSurface.GetCells(false) will return the same result as property GridSurface.Cells.
See Also