Gets whether curve length or K value is the primary constraint on a parabolic crest curve.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<ProfileParabolicVerticalConstraintType> ParabolicCrestVerticalConstraint { get; }
Visual Basic
Public ReadOnly Property ParabolicCrestVerticalConstraint As PropertyEnum(Of ProfileParabolicVerticalConstraintType) Get
Visual C++
public: property PropertyEnum<ProfileParabolicVerticalConstraintType>^ ParabolicCrestVerticalConstraint { PropertyEnum<ProfileParabolicVerticalConstraintType>^ get (); }