Gets the cell on the left or bottom of the edge.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GridSurfaceCell Cell1 { get; }
VB
Public ReadOnly Property Cell1 As GridSurfaceCell Get
C++
public: property GridSurfaceCell^ Cell1 { GridSurfaceCell^ get (); }
Property Value
GridSurfaceCellRemarks
- If the edge is horizontal, Cell1 is the cell on the left of the edge.
- Returns null if there is no valid cell on the left or bottom of the edge object.