DividedCrownedPivotMethod Property

Gets the pivot type of divided crowned pivot method.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 ();
}

See Also