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

public static void Progress(
	int on
)

Parameters

on
Type: SystemInt32
0 - Turn Progress Bar OFF 1 - Turn Progress Bar ON
See Also