Click or drag to resize
CVViSetData Method
Copy data from user memory to 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)
Syntax
public int iSetData(
	int i1,
	int i2,
	byte* b3,
	int i4
)

Parameters

i1
Type: SystemInt32
Start Location
i2
Type: SystemInt32
Number of Elements
b3
Type: SystemByte*
Data buffer to copy into into VV
i4
Type: SystemInt32
See GS_TYPESConstant

Return Value

Type: Int32
0 - OK, 1 - Failed
See Also