Hi
I need to show/hide shape layers but even if I set the ShapeLayer's Visible property to false its still shown.
Any ideas?
ThanksRussell Mason
Also ... I if I try to remove existing shapes from a layer
e.g. Map1.Layers[1].Shapes.RemoveAt(0);
nothing happens. Same thing if I try to remove an entire layer.