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

Parameters

i1
Type: SystemInt32
start element (>= 0)
i2
Type: SystemInt32
# elements to set (-1 sets all elements to end)
str3
Type: SystemString
string to set
See Also