IDimSelectionSet.BeginUpdate

Fore Syntax

BeginUpdate;

Fore.NET 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.

Fore and Fore.NET Examples

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

See also:

IDimSelectionSet