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

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
Syntax
public static explicit operator SbNativeArray<SbColor> (
	SbNativeArray<T> toCast
)

Parameters

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

Return Value

Type: SbNativeArraySbColor
An instance of SbNativeArray<SbColor>.
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