PivotMethod Property

Gets the type of cant pivot method.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<CantPivotMethodType> PivotMethod { get; }

Visual Basic

Public ReadOnly Property PivotMethod As PropertyEnum(Of CantPivotMethodType)
	Get

Visual C++

public:
property PropertyEnum<CantPivotMethodType>^ PivotMethod {
	PropertyEnum<CantPivotMethodType>^ get ();
}

See Also