Gets the vertical curve object at the PVI.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ProfileEntity VerticalCurve { get; }
VB
Public ReadOnly Property VerticalCurve As ProfileEntity Get
C++
public: property ProfileEntity^ VerticalCurve { ProfileEntity^ get (); }