Click or drag to resize

CSYSiSetEnvPath Method

Note: This API is now obsolete.

Appends a PATH string to the existing system environment variable.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iSetEnvPath(
	CGXNETCore gxNetShared,
	string str_val
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iSetEnvPath(
	CGXNETCore gxNetShared,
	string str_val
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
str_val
Type: SystemString
Value to append to existing Path

Return Value

Type: Int32
0 - OK 1 - Error
Remarks
1. This function is only supported on Windows NT 3.5, 3.51, 4.0 and 2000 operating systems. 2. User must have administrative priveleges in order to use this function.
See Also