Click or drag to resize

CSYSiGetInt Method

This method returns an int from the parameter block.

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

public static int iGetInt(
	string group,
	string field
)

Parameters

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

Return Value

Type: Int32
Int Value, <define>iDUMMY</define> if the parameter is not set.
See Also