Click or drag to resize

CSYSiExistEnv Method

Check if setting exists in environment.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iExistEnv(
	string parm
)

public static int iExistEnv(
	string parm
)

Parameters

parm
Type: SystemString
Setting

Return Value

Type: Int32
1 - Yes 0 - No
See Also