RemoveGroup Method
Overloads
| RemoveGroup(String, String) |
You can use the RemoveGroup method with any object that contains an object grouping definition. This method allows you to remove a group of objects directly. This action only removes the group, not any of its members. |
RemoveGroup(String, String)
You can use the RemoveGroup method with any object that contains an object grouping definition.
This method allows you to remove a group of objects directly.
This action only removes the group, not any of its members.
Declaration
void RemoveGroup([QixName("qPath")] string path, [QixName("qGroupId")] string groupId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path |
Path to the definition of the object to be selected.
For example |
| System.String | groupId |
Name of the group to be removed. May not be an empty string. |