createLabel
Create project label
Description
createLabel(
creates a new label, in the specified category. Use this syntax if you previously
got a category
,newLabelName
)Category
object by accessing a Categories
property, for instance by using syntax like
proj.Categories(1)
.
Examples
Input Arguments
Tips
To create and attach a new label in an existing category using a single step, use
addLabel
instead.To create a new category of labels, use
createCategory
first.
Version History
Introduced in R2019a