LabelNoteCollection#
- class ansys.stk.core.stkobjects.LabelNoteCollection#
Collection representing label notes list.
Overview#
Import detail#
from ansys.stk.core.stkobjects import LabelNoteCollection
Property detail#
- property LabelNoteCollection._new_enum: EnumeratorProxy#
Enumerates through the LabelNotes.
Method detail#
- LabelNoteCollection.add(self, msg: str) LabelNote #
Add a label note to the collection.
- Parameters:
msg :
str
- Returns:
LabelNote