Click or drag to resize
CSYSProgress Method
This method allows you to turn on the Progress BAR ON/OFF. Once the progress bar is on, use the UpdateProg method to drive it.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void Progress(
	int i1
)

Parameters

i1
Type: SystemInt32
0 - Turn Progress Bar OFF 1 - Turn Progress Bar ON
See Also