Click or drag to resize
CVAiSetArray Method
Set a range of data in an array

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)
Syntax
public int iSetArray(
	int i1,
	int i2,
	int i3,
	int i4,
	byte* b5,
	int i6
)

Parameters

i1
Type: SystemInt32
Starting Row
i2
Type: SystemInt32
Starting Column
i3
Type: SystemInt32
# rows
i4
Type: SystemInt32
# cols
b5
Type: SystemByte*
Data buffer to copy into VA
i6
Type: SystemInt32
See GS_TYPESConstant

Return Value

Type: Int32
Always 0
See Also