Gets whether curve length or K value is the primary constraint on a parabolic sag curve.
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<ProfileParabolicVerticalConstraintType> ParabolicSagVerticalConstraint { get; }
VB
Public ReadOnly Property ParabolicSagVerticalConstraint As PropertyEnum(Of ProfileParabolicVerticalConstraintType) Get
C++
public: property PropertyEnum<ProfileParabolicVerticalConstraintType>^ ParabolicSagVerticalConstraint { PropertyEnum<ProfileParabolicVerticalConstraintType>^ get (); }