Hello,
I was wondering what the ReadOnly property of INote does:
2018 SOLIDWORKS API Help - ReadOnly Property (INote)
I can set it to true or false, and read (get) what I set, but as far as I can tell it doesn't do what I expect it to do. I expected its text to be not editable from the user interface, or maybe not delete-able or something. But neither was true.
I'm planning to use it to store an attribute about the note, but wanted make sure it doesn't cause some unexpected behavior down the road.
Thanks in advance!
SolidworksApi/macros