IEFToolParameter Interface - Integration - Update 44 - Help - Hexagon

SmartPlant Integration COM Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

This is the data class to hold tool parameters. It has two properties, called sName and sValue. There are no methods. Objects of this class will be created by the design tool and passed in the Register and Connect methods of EFCommonUI’s IEFCommonUIApplication and IEFCommonUIApplication2 interfaces. (See SchemaCompInterfaces. IEFCommonUIApplication Interface Class and SchemaCompInterfaces. IEFCommonUIApplication2 Interface Class for more information.)

Tools will not need to implement this interface. The integration development team will provide the implementation object, EFToolParameter, in EFUIDataClasses.dll.

This interface provides a flexible way of passing tool parameters to EFCommonUI and then to the tool adapter. The design tools can take advantage of this interface to pass any type of tool parameter (String, Long, Object, etc.).