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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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: ap = Lock_EMAP(EMap); etRedrawFlag_EMAP(EMap,EMAP_REDRAW_NO); Stuff.... UnLock_EMAP(Map);
Syntax
public void SetRedrawFlag(
	int i1
)

Parameters

i1
Type: SystemInt32
See EMAP_REDRAWConstant
See Also