Hi,
I am using CIM symbol for my maps. But I am not able to dynamically change the size of the symbol. I tried to clone the symbol using clone().
https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html
let symLyr = myobject[0].symbol.clone();
But the above code is giving me undefined as output.
Any idea how to clone the CIM symbol?
Thnaks