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

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntax
public static explicit operator SbNativeArray<SbVec2i32> (
	SbNativeArray<T> toCast
)

Parameters

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

Return Value

Type: SbNativeArraySbVec2i32
An instance of SbNativeArray<SbVec2i32>.
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