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