4
votes
5answers
101 views

How do I add a field that determines the feature's transparency in ArcMap?

I have a feature layer that has points. I want these points to be transparent depending on a field that I've created. Here are references to being able to actually do this (I do understand that these ...
1
vote
1answer
158 views

ArcMap10: Changing transparency of a polygon affects symbol in table of contents but not in the map

I am working with polygon shapefiles both that I have created and that colleagues have sent me. When I try to change the transparency of the polygon through Layer Properties > Display >"Transparent: ...
6
votes
2answers
289 views

How to alter transparency by spatial location

I'm trying to create a map that has a all layers within a subject area having 0% transparency (full opaque), while features outside that area (defined by a polygon shapefile) having a reduced ...
3
votes
5answers
4k views

ArcObjects - Create and Draw a Transparent Polygon

I'm trying to create a transparent Polygon in ArcMap; however, it's never transparent. Here's the code I have. // Create polygon IPolygon polygon = new PolygonClass(); // create & add ...