Click or drag to resize
CVASetInt Method
Set an integer element in a VA.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 row,
	int col,
	int value
)

Parameters

row
Type: SystemInt32
Row
col
Type: SystemInt32
Column
value
Type: SystemInt32
Value to set
See Also