Click or drag to resize
CVASetString Method
Set a string element in 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
Element being set cannot be < 0. If the element is > current VA length, the VA length is increased.
Syntax
public void SetString(
	int i1,
	int i2,
	string str3
)

Parameters

i1
Type: SystemInt32
Row
i2
Type: SystemInt32
Column
str3
Type: SystemString
string to set
See Also