Main Content
createLabel
Create project label
Description
creates a new label, in the specified category. Use this syntax if you previously
got a labelDefinition
= createLabel(category
,newLabelName
)Category
object by accessing a Categories
property, for instance by using syntax like
proj.Categories(1)
.
Examples
Input Arguments
Output 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