removeLabel
Remove label from project
Syntax
Description
removeLabel(
detaches the specified label in the specified category from the files
proj
,projectFiles
,categoryName
,labelName
)projectFiles
.
removeLabel(
detaches the specified label from the files proj
,projectFiles
,labelName
)projectFiles
.
Use this syntax only if the label name is unique in the project.
removeLabel(
detaches the label specified by the label definition object
proj
,projectFiles
,labelDefinition
)labelDefinition
from the files
projectFiles
. Before you can remove the label, you need
to get the label definition object from the file.Label
property or by using findLabel
.
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.fileObject
,categoryName
,labelName
)
removeLabel(
deletes the label specified by the label definition object
fileObject
,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 R2019aSee Also
currentProject
| openProject
| findLabel
| findCategory
| findFiles
| createLabel
| addLabel