Click or drag to resize

CSYSiGetInt Method

This method returns an int from the parameter block.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static int iGetInt(
	CGXNETCore gxNetShared,
	string group,
	string field
)

public static int iGetInt(
	CGXNETCore gxNetShared,
	string group,
	string field
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
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