Modeling - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

This can be done either in the Schema Editor or manually by using a text editor and copy/paste. So the minimum required is:

  • New interface definition

  • Realized relationship to any ClassDefs

  • Implies relationship to the interface you are specializing and IObject

In the example used during the training we created a new interface called ISpecTRNChange which specialized the ITRNChange interface, allowing us to override the IssueChange method.