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

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

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
perc
Type: SystemInt32
Percentage Completed (0-100).
See Also