Show contents 

Map > Map Assembly Interfaces > IMap > IMap.EndUpdate

IMap.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes map rendering. The 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