SbNativeVec3fArray Conversion (SbNativeVec3fArray to SbNativeByteArray) |
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 explicit operator SbNativeByteArray (
SbNativeVec3fArray objectArray
)
Public Shared Narrowing Operator CType (
objectArray As SbNativeVec3fArray
) As SbNativeByteArray
static explicit operator SbNativeByteArray^ (
SbNativeVec3fArray^ objectArray
)
F# does not support the declaration of new casting operators.
Parameters
- objectArray
- Type: OIV.InventorSbNativeVec3fArray
Return Value
Type:
SbNativeByteArray
See Also