LabelNote#

class ansys.stk.core.stkobjects.LabelNote#

Class defining label notes.

Overview#

note

Note property.

show_note

Property specifying when the note is displayed. A member of the NoteShowType enumeration.

show_label

Property specifying whether the label is displayed.

intervals

Intervals during which the note is displayed. This property is used if the corresponding value is selected for the NoteVisible property.

Import detail#

from ansys.stk.core.stkobjects import LabelNote

Property detail#

property LabelNote.note: str#

Note property.

property LabelNote.show_note: NoteShowType#

Property specifying when the note is displayed. A member of the NoteShowType enumeration.

property LabelNote.show_label: bool#

Property specifying whether the label is displayed.

property LabelNote.intervals: TimeIntervalCollection#

Intervals during which the note is displayed. This property is used if the corresponding value is selected for the NoteVisible property.