Click or drag to resize
CVAIGetString Method
Get a string element from a VA.

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)
Notes
Returns element wanted, rDUMMY, iDUMMY or blank string if the value is dummy or outside of the range of data. Type conversions are performed if necessary. Dummy values are converted to "*" string.
Syntax
public void IGetString(
	int i1,
	int i2,
	ref string str3
)

Parameters

i1
Type: SystemInt32
Row
i2
Type: SystemInt32
Column
str3
Type: SystemString
string in which to place element
See Also