SetGroupLabel Method
Overloads
| SetGroupLabel(String, String, String) |
You can use the SetGroupLabel method with any object that contains an object grouping definition. This method allows you to change the label of an existing group of objects directly. |
SetGroupLabel(String, String, String)
You can use the SetGroupLabel method with any object that contains an object grouping definition.
This method allows you to change the label of an existing group of objects directly.
Declaration
void SetGroupLabel([QixName("qPath")] string path, [QixName("qNewLabel")] string newLabel, [QixName("qTargetGroupId")] string targetGroupId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Path to the definition of the object to be selected.
For example |
| System.String | newLabel |
New label for the group. A label starting with an '=' will be evaluated as an expression. |
| System.String | targetGroupId |
Id of the group whose label will be set (if not the called object). |