Gets and sets whether or not the annotation is treated as a TMSNote on saving as a note or text.
'Declaration
Public Property TMSNote As Boolean
'Usage
Dim instance As TextTool
Dim value As Boolean
instance.TMSNote = value
value = instance.TMSNote
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.