| Parameter | Description |
|---|---|
| flags | The flags to set on all hierarchy nodes in the view model. |
Sets the specified flags on all hierarchy nodes.
| Parameter | Description |
|---|---|
| node | The hierarchy node to set the flags on. |
| flags | The flags to set on the hierarchy node. |
Sets the specified flags on the hierarchy node.
| Parameter | Description |
|---|---|
| nodes | The hierarchy nodes to set the flags on. |
| flags | The flags to set on the specified hierarchy nodes. |
int The number of nodes that had their flags set.
Sets the specified flags on the hierarchy nodes.
Null or invalid nodes are ignored.
| Parameter | Description |
|---|---|
| indices | The hierarchy node indices to set the flags on. |
| flags | The flags to set on the hierarchy nodes at the specified indices. |
int The number of nodes that had their flags set.
Sets the specified flags on the hierarchy node indices.
Invalid node indices are ignored.