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

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 ProgUpdateL(
	CGXNETCore gxNetShared,
	int v1,
	int v2
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
v1
Type: SystemInt32
Count
v2
Type: SystemInt32
Max count >= count
See Also