IDimSelectionSet.BeginUpdate

Syntax

BeginUpdate;

Description

The BeginUpdate method sets prohibition on events execution.

Comments

All events, processed after the BeginUpdate method execution, will not be executed till the IDimSelectionSet.EndUpdate method is called.

Example

The method use is given in the example for IDimSelectionSet.EndUpdate.

See also:

IDimSelectionSet