Create project label
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)
.
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.