Click or drag to resize
CVASetReal Method
Set a real 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 SetReal(
	int i1,
	int i2,
	double d3
)

Parameters

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