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