...
Returns a string array of the names of all the selection sets that are part of the given selection set.
Examples
Code Block | ||
---|---|---|
| ||
// Get a list of all the selection sets present in the setBody |
...
// selection set. |
...
string $setsInBodySet[] = `getSelectionSetSets "setBody"`; |
Scroll pagebreak |
---|
Additional information
...