Click or drag to resize
CSYSiGetInt Method
This method returns an int from the parameter block.

Available since Oasis montaj version: 6.0.1
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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