Click or drag to resize

CSYSProgUpdateL Method

Updates progress bar based on count and maxcount.

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

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