Click or drag to resize

CSYSIGetEnv Method (String, String, Int32)

Get an environment setting.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetEnv(
	string parm,
	ref string set,
	int length
)

public static void IGetEnv(
	string parm,
	ref string set,
	int length
)

Parameters

parm
Type: SystemString
Setting
set
Type: SystemString
Value string
length
Type: SystemInt32
Sizeof string
See Also