Table of Contents

Method ActionRemoveLast

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

ActionRemoveLast(bool)

Removes the last action submitted to the ActiveViewPort(if exist) or the ActiveLayOut(model or any layout).

public void ActionRemoveLast(bool removeOnlyUserWaiting)

Parameters

removeOnlyUserWaiting bool

Set it to true in order to remove only the VectorDraw.Actions.BaseAction that VectorDraw.Actions.BaseAction.UserWaiting property is true.

Remarks

Internally called by Cancel1() method