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