GridSurfaceEdgeCell1 Property

Gets the cell on the left or bottom of the edge.

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

Property Value

GridSurfaceCell
Remarks
  1. If the edge is horizontal, Cell1 is the cell on the left of the edge.
  2. Returns null if there is no valid cell on the left or bottom of the edge object.
See Also