ThinkGeo.com    |     Documentation    |     Premium Support

Changing a polygon's fill color

I have a Layer with many polygon shapes on it.

I would like to selectively change the fill color of the shapes without removing and recreating them.



Iv’e tried 

   ’ Dim cpg As PolygonShape = STALayer.InternalFeatures(“713”)

but I cant seem to find the fill color property.



Am I looking in the wrong spot?








Hi Steve, 
  
 How you render your polygon? 
  
 I think the fill color is comes from style of current layer, and each polygon shape in current layer should get same style. 
  
 If you want to modify the style of specified polygon, maybe you should want to put them in different layer which have different style. 
  
 I think more code about how you render your polygon is helpful for us to understand your scenario. 
  
 Regards, 
  
 Don