You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to remove a list of DataType's from both the Programs LocalSourceArchive, as well as from the associated archive. How do I do this? I found getCurrentProgram().getDataTypeManager().remove() but this leaves the data type in the associated archive in place, it is not removed. How do I remove that one too?
This discussion was converted from issue #7179 on November 12, 2024 11:15.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to remove a list of DataType's from both the Programs LocalSourceArchive, as well as from the associated archive. How do I do this? I found
getCurrentProgram().getDataTypeManager().remove()
but this leaves the data type in the associated archive in place, it is not removed. How do I remove that one too?Beta Was this translation helpful? Give feedback.
All reactions