Click or drag to resize
CTBGetString Method (Int32, Int32, String)
Gets a string value from a table element.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetString(
	int row,
	int col,
	ref string val
)

Parameters

row
Type: SystemInt32
Row of element to Get
col
Type: SystemInt32
Column of element to Get
val
Type: SystemString
Returned string
See Also