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