Share

GridSurface.Cells Property

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 ();
}

Property Value

GridSurfaceCellCollection

Remarks

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

See Also

Reference

Was this information helpful?