Gets the pivot type of undivided crowned pivot method.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public PropertyEnum<AlignmentUndividedPivotType> UndividedCrownedPivotMethod { get; }
Visual Basic
Public ReadOnly Property UndividedCrownedPivotMethod As PropertyEnum(Of AlignmentUndividedPivotType) Get
Visual C++
public: property PropertyEnum<AlignmentUndividedPivotType>^ UndividedCrownedPivotMethod { PropertyEnum<AlignmentUndividedPivotType>^ get (); }