Hi
I am sure this is an easy thing to do, but I cannot find out how to do this outside of a shape file. I see in the old documentation that you can use Map1.ShapeFillColor but it no longer seems to work. I am zooming to a shape and want to make just that shape a different colour eg zoom to a road. I have also looked at the drawing layer but there does not seem to be anything to draw just that shape. Even better would be able to zoom to a shape and flash that shape as a different colour 3 times. Does anyone have any ideas on this?
Thank you - I had just figured it out and came to post. I did not know how to select the shape I had zoomed to but see that it is very easy.
With shpRdLineBackground
.ShapeSelected(i) = True
.SelectionColor = vbGreen
.SelectionTransparency = 255
’ It seems this is the default - it puts a very thin green line on the edges of the Road
.SelectionAppearance = saSelectionColor
End With