LabelNote#
- class ansys.stk.core.stkobjects.LabelNote#
Class defining label notes.
Overview#
Note property. |
|
Property specifying when the note is displayed. A member of the NoteShowType enumeration. |
|
Property specifying whether the label is displayed. |
|
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.show_note: NoteShowType#
Property specifying when the note is displayed. A member of the NoteShowType enumeration.
- 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.