DeleteObjectsLabel
Purpose
DeleteObjectsLabel removes the current label from all objects in objList.
Description
If bPropagate is true, the removal will also be applied recursively to all destination objects reachable from the objects, else only the specific objects themselves will lose the label
Requirements:
The object ID (internal or globally unique) or the name must be set.
Syntax
HRESULT DeleteObjectsLabel(
LLOBJECTID_t &objList,
const bool bPropagate = true);
Argument |
In/Out |
Description |
objList |
In |
List of object IDs for the objects to be labeled. |
bPropagate |
In |
Flag indicating if the label should also apply to all objects reachable from the objects. |