LabelNote#

class ansys.stk.core.stkobjects.LabelNote#

Class defining label notes.

Overview#

intervals

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

note

Note property.

show_label

Property specifying whether the label is displayed.

show_note

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

Import detail#

from ansys.stk.core.stkobjects import LabelNote

Property detail#

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.

property LabelNote.note: str#

Note property.

property LabelNote.show_label: bool#

Property specifying whether the label is displayed.

property LabelNote.show_note: NoteShowType#

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