GridSurfaceCells Property |
Gets all visible cells in the GridSurface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceCellCollection Cells { get; }
Public ReadOnly Property Cells As GridSurfaceCellCollection
Get
public:
property GridSurfaceCellCollection^ Cells {
GridSurfaceCellCollection^ get ();
}
Property Value
GridSurfaceCellCollection
Remarks
GridSurface.GetCells(false) will return the same result as property GridSurface.Cells.
See Also