Returns the field conversion engine registered for the two given field types.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static Type GetConverter(
Type fromField,
Type toField
)
Public Shared Function GetConverter (
fromField As Type,
toField As Type
) As Type
public:
static Type^ GetConverter(
Type^ fromField,
Type^ toField
)
static member GetConverter :
fromField : Type *
toField : Type -> Type
Parameters
- fromField
- Type: SystemType
- toField
- Type: SystemType
Return Value
Type:
TypeRemarks If no such engine exists, SoType.badType() is returned. See OIV.Inventor.SoDB.AddConverter(System.Type, System.Type, System.Type).
See Also