Share

SettingsAlignment.SettingsSuperelevationOptions.UndividedPlanarPivotMethod Property

Gets the pivot type of undivided planar pivot method.



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

Syntax

C#

public PropertyEnum<AlignmentUndividedPivotType> UndividedPlanarPivotMethod { get; }

VB

Public ReadOnly Property UndividedPlanarPivotMethod As PropertyEnum(Of AlignmentUndividedPivotType)
	Get

C++

public:
property PropertyEnum<AlignmentUndividedPivotType>^ UndividedPlanarPivotMethod {
	PropertyEnum<AlignmentUndividedPivotType>^ get ();
}

Property Value

PropertyEnumAlignmentUndividedPivotType

See Also

Reference

Was this information helpful?