Click or drag to resize
SbNativeArrayTCopy Method (SbNativeArrayT, SbNativeArrayT, Int32)
Copy elements from source to destination array. Positions remain unchanged in source and destination object.

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
Syntax
public static void Copy(
	SbNativeArray<T> source,
	SbNativeArray<T> destination,
	int count
)

Parameters

source
Type: OIV.Inventor.GenericSbNativeArrayT
Source array.
destination
Type: OIV.Inventor.GenericSbNativeArrayT
Destination array.
count
Type: SystemInt32
Number of elements to copy.
See Also