Click or drag to resize
SoDBAddConverter Method

Registers a field conversion engine that can be used to convert from one type of field to another.

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

Parameters

fromField
Type: SystemType
toField
Type: SystemType
converterEngine
Type: SystemType
Remarks

The type id's of the two fields are passed in, as is the type id of the field converter engine (derived from SoFieldConverter).

See Also