Click or drag to resize

CSYSProgress Method

This method allows you to turn on the Progress BAR ON/OFF. Once the progress bar is on, use the UpdateProg method to drive it.

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

public static void Progress(
	CGXNETCore gxNetShared,
	int on
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
on
Type: SystemInt32
0 - Turn Progress Bar OFF 1 - Turn Progress Bar ON
See Also