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.

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

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