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