Click or drag to resize

CSYSProgUpdateL Method

Updates progress bar based on count and maxcount.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ProgUpdateL(
	int v1,
	int v2
)

public static void ProgUpdateL(
	int v1,
	int v2
)

Parameters

v1
Type: SystemInt32
Count
v2
Type: SystemInt32
Max count >= count
See Also