Click or drag to resize
CVAIGetString Method (Int32, Int32, String)
Get a string element from a VA.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Returns element wanted, <define>rDUMMY</define>, <define>iDUMMY</define> 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 row,
	int col,
	ref string str_val
)

Parameters

row
Type: SystemInt32
Row
col
Type: SystemInt32
Column
str_val
Type: SystemString
String in which to place element
See Also