addLabel
Attach label to project file
Syntax
Description
addLabel(
attaches the specified label in the specified category to the files
proj
,projectFiles
,categoryName
,labelName
)projectFiles
in the project
proj
.
addLabel(
attaches the specified label to the files proj
,projectFiles
,labelName
)projectFiles
in
the project proj
. Use this syntax only if the label name is
unique in the project.
addLabel(
attaches the label with the specified text or numeric data to the files
proj
,projectFiles
,categoryName
,labelName
,labelData
)projectFiles
. You cannot add label data to built-in
labels.
addLabel(
attaches the specified label in the specified category to the specified
file.fileObject
,categoryName
,labelName
)
addLabel(
attaches the label with the specified text or numeric data. You cannot add label
data to built-in labels as they are read-only.fileObject
,categoryName
,labelName
,labelData
)
Examples
Input Arguments
Version History
Introduced in R2019aSee Also
currentProject
| openProject
| createLabel
| findFiles
| findLabel
| removeLabel