Click or drag to resize
SbVec4bConvertFromT Method
Try to convert a structure to an SbVec4b value type.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntax
public static SbVec4b ConvertFrom<T>(
	T toConvert
)
where T : struct, new()

Parameters

toConvert
Type: T
Value to convert

Type Parameters

T
Value type

Return Value

Type: SbVec4b
Exceptions
ExceptionCondition
NotSupportedException Thrown when the conversion is not supported
See Also