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 objects
proj
,projectFiles
,labelDefinitions
)labelDefinitions
from the files
projectFiles
. Before you can remove the label, you need
to get the label definition object from the
category.LabelDefinitions
property or by using
findLabel
.
removeLabel(
detaches 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(
detaches the label specified by the label definition objects
fileObject
,labelDefinitions
)labelDefinitions
from the file specified by
fileObject
. Before you can remove the label, you need
to get the label definition object from the
category.LabelDefinitions
property or by using
findLabel
.
Examples
Input Arguments
Version History
Introduced in R2019aSee Also
currentProject
| openProject
| findLabel
| findCategory
| findFiles
| createLabel
| addLabel