Click or drag to resize

CSYSiExist Method

Note: This API is now obsolete.

This method checks to see if a parameter exists.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iExist(
	string group,
	string field
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public static int iExist(
	string group,
	string field
)

Parameters

group
Type: SystemString
Group Name
field
Type: SystemString
Parameter Name

Return Value

Type: Int32
1 - Yes 0 - No
See Also