Gets the pivot type of undivided crowned pivot method.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 (); } |