SbNativeUInt32ArrayCopyFrom Method (Int32, UInt32, Int32) |
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 offset,
uint[] sourceArray,
int length
)
<ObsoleteAttribute>
Public Sub CopyFrom (
offset As Integer,
sourceArray As UInteger(),
length As Integer
)
public:
[ObsoleteAttribute]
void CopyFrom(
int offset,
array<unsigned int>^ sourceArray,
int length
)
[<ObsoleteAttribute>]
member CopyFrom :
offset : int *
sourceArray : uint32[] *
length : int -> unit
Parameters
- offset
- Type: SystemInt32
- sourceArray
- Type: SystemUInt32
- length
- Type: SystemInt32
See Also