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

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,
	int sourceIndex,
	SbNativeArray destinationArray,
	int destinationIndex,
	int length
)

Parameters

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