IMapVisual.EndUpdate

Syntax

EndUpdate;

Description

The EndUpdate method resumes data rendering.

Comments

The rendering can be stopped by calling the IMapVisual.BeginUpdate method.

Example

The property use is given in the example for the IMapVisual.DataAdapter property.

See also:

IMapVisual