SbNativeVec4bArrayCopyTo Method (SbVec4b, 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 CopyTo(
SbVec4b[] destinationArray,
int length
)
<ObsoleteAttribute>
Public Sub CopyTo (
destinationArray As SbVec4b(),
length As Integer
)
public:
[ObsoleteAttribute]
void CopyTo(
array<SbVec4b>^ destinationArray,
int length
)
[<ObsoleteAttribute>]
member CopyTo :
destinationArray : SbVec4b[] *
length : int -> unit
Parameters
- destinationArray
- Type: OIV.InventorSbVec4b
- length
- Type: SystemInt32
See Also