Share

SettingsAlignment.SettingsSuperelevationOptions.DividedCrownedPivotMethod Property

Gets the pivot type of divided crowned pivot method.



Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PropertyEnum<AlignmentDividedPivotType> DividedCrownedPivotMethod { get; }

VB

Public ReadOnly Property DividedCrownedPivotMethod As PropertyEnum(Of AlignmentDividedPivotType)
	Get

C++

public:
property PropertyEnum<AlignmentDividedPivotType>^ DividedCrownedPivotMethod {
	PropertyEnum<AlignmentDividedPivotType>^ get ();
}

Property Value

PropertyEnumAlignmentDividedPivotType

See Also

Reference

Was this information helpful?