Click or drag to resize

CTB.GetString Method (Int32, Int32, String, Int32)

Gets a string value from a table element.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetString(
	int row,
	int col,
	ref string val,
	int size
)

public void GetString(
	int row,
	int col,
	ref string val,
	int size
)

Parameters

row
Type: System.Int32
Row of element to Get
col
Type: System.Int32
Column of element to Get
val
Type: System.String
Returned string
size
Type: System.Int32
Maximum string size
See Also