Gets and sets the pivot method type of parent alignemnt at the indexed curve / curve group.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public CantPivotMethodType CantPivotMethod { get; set; } |
Visual Basic |
---|
Public Property CantPivotMethod As CantPivotMethodType Get Set |
Visual C++ |
---|
public: property CantPivotMethodType CantPivotMethod { CantPivotMethodType get (); void set (CantPivotMethodType value); } |