Gets the type of cant pivot method.

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