SbNativeVec4bArray Conversion (SbNativeVec4bArray to SbNativeByteArray) |
Note: This API is now obsolete.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear.compat (in OIV.Inventor.SbLinear.compat.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static explicit operator SbNativeByteArray (
SbNativeVec4bArray objectArray
)
Public Shared Narrowing Operator CType (
objectArray As SbNativeVec4bArray
) As SbNativeByteArray
static explicit operator SbNativeByteArray^ (
SbNativeVec4bArray^ objectArray
)
F# does not support the declaration of new casting operators.
Parameters
- objectArray
- Type: OIV.InventorSbNativeVec4bArray
Return Value
Type:
SbNativeByteArray
See Also