Click or drag to resize

CSYSProgName Method

This method allows you to name the current process being displayed by the progress bar. This method has no affect if no progress bar exists.

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

public static void ProgName(
	CGXNETCore gxNetShared,
	string name,
	int reset
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
name
Type: SystemString
New Process Name
reset
Type: SystemInt32
0 - Change the Name but do not change the percentage 1 - Change the Name and Reset Percent to 0 2 - Change the Name but no Percent Bar
See Also