VerticalCurve Property

Gets the vertical curve object at the PVI.

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

Syntax

C#

public ProfileEntity VerticalCurve { get; }

Visual Basic

Public ReadOnly Property VerticalCurve As ProfileEntity
	Get

Visual C++

public:
property ProfileEntity^ VerticalCurve {
	ProfileEntity^ get ();
}

See Also