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