Click or drag to resize
SoDBGetConverter Method

Returns the field conversion engine registered for the two given field types.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static Type GetConverter(
	Type fromField,
	Type toField
)

Parameters

fromField
Type: SystemType
toField
Type: SystemType

Return Value

Type: Type
Remarks

If no such engine exists, SoType.badType() is returned. See OIV.Inventor.SoDB.AddConverter(System.Type, System.Type, System.Type).

See Also