Click or drag to resize
CVVIGetString Method
Get a string element from a VV.

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Returns Element wanted, 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,
	ref string str2
)

Parameters

i1
Type: SystemInt32
element wanted
str2
Type: SystemString
string in which to place element
See Also