Share via


ProjectNode.lockUpdate Method

Definition

Prevents visual updates while a series of actions is being performed.

public:
 virtual void lockUpdate();
public virtual void lockUpdate ();
abstract member lockUpdate : unit -> unit
override this.lockUpdate : unit -> unit
Public Overridable Sub lockUpdate ()

Remarks

To perform visual updates after the series of actions, call unlockUpdate.

Applies to