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. The implementation object, EFToolParameter, is in EFCUIDataClasses.dll.

This interface provides a flexible way of passing tool parameters to the SmartPlant Common UI, which are in turn passed to the tool adapter. The design tools can take advantage of this interface to pass any type of tool parameter (String, Long, Object, etc.).