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