Gets all visible cells in the GridSurface.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GridSurfaceCellCollection Cells { get; }
VB
Public ReadOnly Property Cells As GridSurfaceCellCollection Get
C++
public: property GridSurfaceCellCollection^ Cells { GridSurfaceCellCollection^ get (); }