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.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ProgUpdate(
	int perc
)

public static void ProgUpdate(
	int perc
)

Parameters

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