Click or drag to resize
CVVSetIntN Method
Set N integer 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 SetIntN(
	int i1,
	int i2,
	int i3
)

Parameters

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