Click or drag to resize

CSYSiExistString Method

This method checks to see if a string parameter exists.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static int iExistString(
	string group,
	string field
)

public static int iExistString(
	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