SbNativeVec4ubArray Conversion (SbNativeArraySbVec4ub to SbNativeVec4ubArray) |
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)
Syntaxpublic static implicit operator SbNativeVec4ubArray (
SbNativeArray<SbVec4ub> genericArray
)
Public Shared Widening Operator CType (
genericArray As SbNativeArray(Of SbVec4ub)
) As SbNativeVec4ubArray
static implicit operator SbNativeVec4ubArray^ (
SbNativeArray<SbVec4ub>^ genericArray
)
F# does not support the declaration of new casting operators.
Parameters
- genericArray
- Type: OIV.Inventor.GenericSbNativeArraySbVec4ub
Return Value
Type:
SbNativeVec4ubArray
See Also