Quantcast
Viewing all articles
Browse latest Browse all 9897

Deleting multiple symbols

I'd like to delete all symbol instances on a click event, the

 

sym.getSymbol("SymbolDefinitionName").deleteSymbol();


only works on one symbol, and I've tried combining it with both

 

sym.getComposition().getSymbols("SymbolDefinitionName");


and

 

sym.getSymbolElement().children();

 

any ideas on how to do this would be much appreciated!

 

 



Viewing all articles
Browse latest Browse all 9897

Trending Articles