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

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntax
public static explicit operator SbNativeArray<SbColorRGBA> (
	SbNativeArray<T> toCast
)

Parameters

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

Return Value

Type: SbNativeArraySbColorRGBA
An instance of SbNativeArray<SbColorRGBA>.
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