SbNativeByteArrayCopyFrom Method (Byte, Int64) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute]
public void CopyFrom(
byte[] sourceArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyFrom (
sourceArray As Byte(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyFrom(
array<unsigned char>^ sourceArray,
long long length
)
[<ObsoleteAttribute>]
member CopyFrom :
sourceArray : byte[] *
length : int64 -> unit
Parameters
- sourceArray
- Type: SystemByte
- length
- Type: SystemInt64
See Also