assign_label_autogen(class_name, pattern)
Set an auto-generation pattern on the label property of a class.
Properties
| Name | Type | Description |
|---|---|---|
class_name | str | Class name. |
pattern | str | Auto-generation expression. |
Returns:
None
- Type
- None
Raises:
ClassNotFoundError- If the class does not exist.
PropertyNotFoundError- If the label property does not exist.