Click or drag to resize
SoDBAddConverter Method

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

Parameters

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

Registers a field conversion engine that can be used to convert from one type of field to another. 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