Table of Contents

Method ActionRemoveAll

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

ActionRemoveAll(bool)

Remove all actions from the model,all layouts and all viewports.

public void ActionRemoveAll(bool KeepBaseAction)

Parameters

KeepBaseAction bool

If this value is true the base action is not removed from the model,layouts and viewports.Base action controls tooltips, cursor and other vital actions for the control. If is removed the cursor will not appear and the control will not take user actions.

Remarks

Internally called by the New() , Open(string) , Cancel() methods

ActionRemoveAll(bool, bool)

Remove all actions from the model,all layouts and all viewports.

public void ActionRemoveAll(bool KeepBaseAction, bool ClearGrips)

Parameters

KeepBaseAction bool

If this value is true the base action is not removed from the model,layouts and viewports.Base action controls tooltips, cursor and other vital actions for the control. If is removed the cursor will not appear and the control will not take user actions.

ClearGrips bool

If this value is true the slected grip of entities are also cleared.

Remarks

Internally called by the New() , Open(string) , Cancel() methods