Create any PrimaryMethodDefs - 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

If you wrote any new MethodDefs then the code generator will put stub functions into the interface 'default' file so it will be clear where you need to write any code.

Overrides Sub IssueChange()

'

' Replace this 'NotImplementedException' with your implementation code

'

Throw New NotImplementedException("IssueChange")

End Sub