Click or drag to resize

CTBiGetInt Method

Gets an integer value from a table element.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iGetInt(
	int row,
	int col
)

public int iGetInt(
	int row,
	int col
)

Parameters

row
Type: SystemInt32
Row of element to Get
col
Type: SystemInt32
Column of element to Get

Return Value

Type: Int32
Value
See Also