Click or drag to resize
SbNativeArrayCopy Method (SbNativeArray, Int64, SbNativeArray, Int64, Int64)

Note: This API is now obsolete.

Copy elements from source (starting at startIndex) to destination array (starting at destinationIndex).

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[ObsoleteAttribute]
public static void Copy(
	SbNativeArray sourceArray,
	long sourceIndex,
	SbNativeArray destinationArray,
	long destinationIndex,
	long length
)

Parameters

sourceArray
Type: OIV.InventorSbNativeArray
sourceIndex
Type: SystemInt64
destinationArray
Type: OIV.InventorSbNativeArray
destinationIndex
Type: SystemInt64
length
Type: SystemInt64
See Also