-
I have analyzers that generate information that is effectively a data type associated with an address, and I want to store them in a reliable way across restarts [0]. Identifying them via their name seems brittle given that users might change the name of a data type. The Is there some other API to achieve this? Or do I have to store references to the [0] My plan for that is to use a UserPropertyMap for whatever primitive type makes this work, i.e. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Try I'm pretty sure I have used the UniversalID in the past and have never seen it be null before. |
Beta Was this translation helpful? Give feedback.
Try
DataTypeManager.getID(DataType)
the value should always be valid if the type is from that manager.I'm pretty sure I have used the UniversalID in the past and have never seen it be null before.