Share

SettingsAlignment.SettingsSuperelevationOptions.DividedPlanarPivotMethod Property

Gets the pivot type of divided planar pivot method.



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

Syntax

C#

public PropertyEnum<AlignmentDividedPivotType> DividedPlanarPivotMethod { get; }

VB

Public ReadOnly Property DividedPlanarPivotMethod As PropertyEnum(Of AlignmentDividedPivotType)
	Get

C++

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

Property Value

PropertyEnumAlignmentDividedPivotType

See Also

Reference

Was this information helpful?