UndividedCrownedPivotMethod Property

Gets the pivot type of undivided crowned pivot method.

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

See Also