Click or drag to resize
CEMAPSetRedrawFlag Method
Set the redraw flag.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public void SetRedrawFlag(
	int redraw
)

Parameters

redraw
Type: SystemInt32
<define>EMAP_REDRAW</define>
See Also