removeLabel
Syntax
Description
removeLabel(
removes the specified label in the specified category from the specified file. Use
this syntax to remove a label from a file by name.file
,categoryName
,labelName
)
removeLabel(
removes the label specified by the label definition object
file
,labelDefinition
)labelDefinition
. Before you can remove the label, you need
to get the label definition object from the file.Label
property
or by using findLabel
.
Examples
Input Arguments
Version History
Introduced in R2019a
See Also
currentProject
| openProject
| findLabel
| findCategory
| findFile
| createLabel
| addLabel