Click or drag to resize
CVVSetInt Method
Set an integer element 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. It is good practice to set the length ahead of time to the expected maximum value, as some VV processes rely on the current maximum length of the VV when you pass it in as an argument, and unexpected results may occur if the length is not what you expect it to be because of dynamic allocation at an earlier time.
Syntax
public void SetInt(
	int i1,
	int i2
)

Parameters

i1
Type: SystemInt32
element to set
i2
Type: SystemInt32
value to set
See Also