BottomLeftVertex Property

Gets the vertex at the bottom left corner of the cell.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public GridSurfaceVertex BottomLeftVertex { get; }

Visual Basic

Public ReadOnly Property BottomLeftVertex As GridSurfaceVertex
	Get

Visual C++

public:
property GridSurfaceVertex^ BottomLeftVertex {
	GridSurfaceVertex^ get ();
}

See Also