If you can create a .emf image with the opacity level you need and then symbolize your features to fill with the picture symbol and then choose the .emf file, that may work for you.
Does your transparency need to be adjustable? Can't you just set the transparency in the mxd for the FCs that need it?
Have you considered display the layer as a feature layer and use ClassBreaksRenderer to render those polygons differently?
I am trying to set transparencies for different features within a layer. Some polygon features are drawn with a thick border and no fill, therefore they don't need to be transparent. However, some polygon features are solid and need to be transparent to be properly viewed on the map. I'm using ArcGIS 10 and Javascript API v2.1Here's what I've tried so far, and the results:Set transparencies in the .mxd file => "transparent" polygons completely opaque. .mxd layer transparency does not translate.Set {opacity:0.7} when setting up layer to add to map => makes all layers transparent, washing out polygon borders on some features that need opacity:1.0 to view.Breaking up layers so that some can be set {opacity:0.7} and others {opacity:1.0} => messes up flow of table of contents, and requires major reworking of identify, query, and other tools.So far, I haven't found anything in the API that lets me change individual feature opacity. Any suggestions?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.