Gets the vertical curve object at the PVI.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ProfileEntity VerticalCurve { get; } |
Visual Basic |
---|
Public ReadOnly Property VerticalCurve As ProfileEntity Get |
Visual C++ |
---|
public: property ProfileEntity^ VerticalCurve { ProfileEntity^ get (); } |