Click or drag to resize
CTBGetString Method
Gets a string value from a table element.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void GetString(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
Row of element to Get
i2
Type: SystemInt32
Column of element to Get
str3
Type: SystemString
returned string
See Also