Gets and sets whether or not the annotation is saved as a TMSNote or Text.
public bool TMSNote {get; set;}
public: __property bool get_TMSNote();
public: __property void set_TMSNote(
bool value
);
public:
property bool TMSNote {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to save as a TMSNote. Otherwise,
false is used and the annotation is not saved as a TMSNote.