SbNativeByteArrayCopyTo 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.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute]
public void CopyTo(
byte[] destinationArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyTo (
destinationArray As Byte(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyTo(
array<unsigned char>^ destinationArray,
long long length
)
[<ObsoleteAttribute>]
member CopyTo :
destinationArray : byte[] *
length : int64 -> unit
Parameters
- destinationArray
- Type: SystemByte
- length
- Type: SystemInt64
See Also