Share

SettingsProfile.SettingsProfileCreation.ParabolicCrestVerticalConstraint Property

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

Syntax

C#

public PropertyEnum<ProfileParabolicVerticalConstraintType> ParabolicCrestVerticalConstraint { get; }

VB

Public ReadOnly Property ParabolicCrestVerticalConstraint As PropertyEnum(Of ProfileParabolicVerticalConstraintType)
	Get

C++

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

Property Value

PropertyEnumProfileParabolicVerticalConstraintType

See Also

Reference

Was this information helpful?