Gets whether curve length or K value is the primary constraint on a parabolic crest curve.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 ();
}

See Also