IMap.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes map rendering.

Comments

Map rendering can be stopped by calling the IMap.BeginUpdate method.

Example

The method use is given in the example for IMap.BeginUpdate.

See also:

IMap