Click or drag to resize
CSYSProgUpdate Method
This method drives the Progress Bar. It is passed a percentage and will update the bar to reflect that percentage.

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 ProgUpdate(
	int i1
)

Parameters

i1
Type: SystemInt32
Percentage Completed (0-100).
See Also