SbVec4ubConvertFromT Method |
Try to convert a structure to an SbVec4ub value type.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic static SbVec4ub ConvertFrom<T>(
T toConvert
)
where T : struct, new()
Public Shared Function ConvertFrom(Of T As {Structure, New}) (
toConvert As T
) As SbVec4ub
public:
generic<typename T>
where T : value class, gcnew()
static SbVec4ub ConvertFrom(
T toConvert
)
static member ConvertFrom :
toConvert : 'T -> SbVec4ub when 'T : struct, new()
Parameters
- toConvert
- Type: T
Value to convert
Type Parameters
- T
- Value type
Return Value
Type:
SbVec4ub
Exceptions
See Also