SbNativeSByteArrayCopyFrom Method (SByte, 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(
sbyte[] sourceArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyFrom (
sourceArray As SByte(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyFrom(
array<signed char>^ sourceArray,
long long length
)
[<ObsoleteAttribute>]
member CopyFrom :
sourceArray : sbyte[] *
length : int64 -> unit
Parameters
- sourceArray
- Type: SystemSByte
- length
- Type: SystemInt64
See Also