Click or drag to resize

CSYSiExistInt Method

This method checks to see if a int parameter exists.

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

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