 | 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
Syntaxpublic static void ProgName(
CGXNETCore gxNetShared,
string name,
int reset
)
public static void ProgName(
CGXNETCore gxNetShared,
string name,
int reset
)
Public Shared Sub ProgName (
gxNetShared As CGXNETCore,
name As String,
reset As Integer
)
Public Shared Sub ProgName (
gxNetShared As CGXNETCore,
name As String,
reset As Integer
)
public:
static void ProgName(
CGXNETCore^ gxNetShared,
String^ name,
int reset
)
public:
static void ProgName(
CGXNETCore^ gxNetShared,
String^ name,
int reset
)
static member ProgName :
gxNetShared : CGXNETCore *
name : string *
reset : int -> unit
static member ProgName :
gxNetShared : CGXNETCore *
name : string *
reset : int -> unit
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