Share

CANTCurve.CantPivotMethod Property

Gets and sets the pivot method type of parent alignemnt at the indexed curve / curve group.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public CantPivotMethodType CantPivotMethod { get; set; }

VB

Public Property CantPivotMethod As CantPivotMethodType
	Get
	Set

C++

public:
property CantPivotMethodType CantPivotMethod {
	CantPivotMethodType get ();
	void set (CantPivotMethodType value);
}

Property Value

CantPivotMethodType

See Also

Reference

Was this information helpful?