SbNativeVec4usArrayCopyTo Method (SbVec4us, 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(
SbVec4us[] destinationArray,
long length
)
<ObsoleteAttribute>
Public Sub CopyTo (
destinationArray As SbVec4us(),
length As Long
)
public:
[ObsoleteAttribute]
void CopyTo(
array<SbVec4us>^ destinationArray,
long long length
)
[<ObsoleteAttribute>]
member CopyTo :
destinationArray : SbVec4us[] *
length : int64 -> unit
Parameters
- destinationArray
- Type: OIV.InventorSbVec4us
- length
- Type: SystemInt64
See Also