Gets the vertex at the bottom left corner of the cell.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public GridSurfaceVertex BottomLeftVertex { get; }
VB
Public ReadOnly Property BottomLeftVertex As GridSurfaceVertex Get
C++
public: property GridSurfaceVertex^ BottomLeftVertex { GridSurfaceVertex^ get (); }