SbNativeInt32Array.CopyFrom Method (Int32[], Int64) |
Note: This API is now obsolete.
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 void CopyFrom(
int[] sourceArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyFrom (
sourceArray As Integer(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyFrom(
array<int>^ sourceArray,
long long length
)
[<ObsoleteAttribute>]
member CopyFrom :
sourceArray : int[] *
length : int64 -> unit
Parameters
- sourceArray
- Type:System.Int32[]
- length
- Type: System.Int64
See Also