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.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
public static void Copy(
SbNativeArray sourceArray,
long sourceIndex,
SbNativeArray destinationArray,
long destinationIndex,
long length
)
<ObsoleteAttribute>
Public Shared Sub Copy (
sourceArray As SbNativeArray,
sourceIndex As Long,
destinationArray As SbNativeArray,
destinationIndex As Long,
length As Long
)
public:
[ObsoleteAttribute]
static void Copy(
SbNativeArray^ sourceArray,
long long sourceIndex,
SbNativeArray^ destinationArray,
long long destinationIndex,
long long length
)
[<ObsoleteAttribute>]
static member Copy :
sourceArray : SbNativeArray *
sourceIndex : int64 *
destinationArray : SbNativeArray *
destinationIndex : int64 *
length : int64 -> unit
Parameters
- sourceArray
- Type: OIV.InventorSbNativeArray
- sourceIndex
- Type: SystemInt64
- destinationArray
- Type: OIV.InventorSbNativeArray
- destinationIndex
- Type: SystemInt64
- length
- Type: SystemInt64
See Also