ParabolicSagVerticalConstraint Property

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.3.1717.0

Syntax

C#

public PropertyEnum<ProfileParabolicVerticalConstraintType> ParabolicSagVerticalConstraint { get; }

Visual Basic

Public ReadOnly Property ParabolicSagVerticalConstraint As PropertyEnum(Of ProfileParabolicVerticalConstraintType)
	Get

Visual C++

public:
property PropertyEnum<ProfileParabolicVerticalConstraintType>^ ParabolicSagVerticalConstraint {
	PropertyEnum<ProfileParabolicVerticalConstraintType>^ get ();
}

See Also