Gets the default vertical curve type for a new profile.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<ProfileCurveType> DefaultVerticalCurve { get; }
VB
Public ReadOnly Property DefaultVerticalCurve As PropertyEnum(Of ProfileCurveType) Get
C++
public: property PropertyEnum<ProfileCurveType>^ DefaultVerticalCurve { PropertyEnum<ProfileCurveType>^ get (); }