Click or drag to resize
CVASetInt Method
Set an integer 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 SetInt(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
Row
i2
Type: SystemInt32
Column
i3
Type: SystemInt32
value to set
See Also