Click or drag to resize
CSYSProgUpdateL Method
Updates progress bar based on count and maxcount.

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 ProgUpdateL(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
count
i2
Type: SystemInt32
max count >= count
See Also