Click or drag to resize
SbNativeArrayT  Conversion (SbNativeArrayT to SbNativeArraySbVec4b)
Explicit cast operator to convert an native array of T to a native array of SbVec4b.

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public static explicit operator SbNativeArray<SbVec4b> (
	SbNativeArray<T> toCast
)

Parameters

toCast
Type: OIV.Inventor.GenericSbNativeArrayT
Native array to convert.

Return Value

Type: SbNativeArraySbVec4b
An instance of SbNativeArray<SbVec4b>.
Exceptions
ExceptionCondition
InvalidOperationException

If native array to cast is not well known.

-or-

If size are incompatible.

-or-

If the source array has been instanciated with a managed array.

See Also