...
Returns a string array of nodes in the given selection set.
Examples
Code Block | ||
---|---|---|
| ||
// Get all the nodes in the selection set setWaist. |
...
string $waistNodes = `getSelectionSetNodes "setWaist"`; |
Scroll pagebreak |
---|
Additional information
...
...
Returns a string array of nodes in the given selection set.
Code Block | ||
---|---|---|
| ||
// Get all the nodes in the selection set setWaist. |
...
string $waistNodes = `getSelectionSetNodes "setWaist"`; |
Scroll pagebreak |
---|
...