Click or drag to resize

CEMAPSetRedrawFlag Method

Set the redraw flag.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetRedrawFlag(
	int redraw
)

public void SetRedrawFlag(
	int redraw
)

Parameters

redraw
Type: SystemInt32
<define>EMAP_REDRAW</define>
Remarks
This function is generally used to prevent redrawing of the map, which normally occurs after the last UnLock_EMAP call, in cases where it is known that no changes are being made to the map. Typical usage would be to call Lock_EMAP followed by SetRedrawFlag_EMAP (with <define>EMAP_REDRAW_NO</define>) prior to querying information from the map. And then end with a call to UnLock_EMAP.
See Also