Application Programming Interface - HxGN SDx - Update 64 - Customization & Programming - Hexagon

HxGN SDx Programming Guide

ft:locale
en-US
Product
HxGN SDx
Search by Category
Customization & Programming

SmartPlant Common UI has the following two interfaces:

  • ISPClientApplicationUI - For tools that support SmartPlant Common UI’s user interface windows. SPCLCommonUIApplicationUI implements this interface.

  • ISPClientApplicationNoUI - For tools that do not support SmartPlant Common UI’s user interface windows. For example, a user interface for SmartPlant Common UI might not be required for the middle tier of a product, with a three-tier architecture, or for a product implemented as a service. SPCLCommonUIApplicationNoUI implements this interface.

A tool can only use one of these interfaces at a time.