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