Gets the cell on the left or bottom of the edge.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public GridSurfaceCell Cell1 { get; } |
Visual Basic |
---|
Public ReadOnly Property Cell1 As GridSurfaceCell Get |
Visual C++ |
---|
public: property GridSurfaceCell^ Cell1 { GridSurfaceCell^ get (); } |
Remarks
- 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.