Terminating and deleting objects - 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

Terminating an object is as simple as calling the Terminate method defined on IObject:

Sub Terminate()

And delete:

Sub Delete()

These should be called as part of a transaction just like Creates and Updates.