GridSurfaceCellBottomRightVertex Property |
Gets the vertex at the bottom right corner of the cell.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceVertex BottomRightVertex { get; }
Public ReadOnly Property BottomRightVertex As GridSurfaceVertex
Get
public:
property GridSurfaceVertex^ BottomRightVertex {
GridSurfaceVertex^ get ();
}
Property Value
GridSurfaceVertex
See Also