I’m using the Export As Code option on the layer that I have set up, but it’s causing a couple of problems. The section of code underneath won’t compile correctly because I don’t have references for CompositeStyle or IconTextStyle. I’ve searched the API, wiki, and forums for the correct namespaces but can’t find anything.
CompositeStyle compositeStyle = new CompositeStyle();
CompositeStyle compositeStyle1 = new CompositeStyle();
IconTextStyle iconTextStyle = new IconTextStyle();
Any ideas?