Hi everyone,I am trying to get the specific feature template for a feature selected through a popup. Specifically what I am trying to do is after I use the cut geometry function I want each resulting feature to have the the same symbology as the original feature. If anyone has a good way to do this I would be eternally greatful. Cheers,Jeff
You can get the symbol of popup's graphic and set it to result features of cut. If graphic does not have symbol then you can get the symbol from renderer like this...
You can get the symbol of popup's graphic and set it to result features of cut. If graphic does not have symbol then you can get the symbol from renderer like this...
Nimesh, Thanks for pointing me in the right direction again. Creating a graphic from the sketch solved my problem and helped with others as well. Cheers, Jeff