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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void Progress(
	CGXNETCore gxNetShared,
	int on
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
on
Type: SystemInt32
0 - Turn Progress Bar OFF 1 - Turn Progress Bar ON
See Also