I have inherited an existing web Mapping project and want to change the default behavior of selected points (some of the time) in this case
highlightLayer.InternalFeatures.Add("Point" & Map1.EditOverlay.Features.Count & SCount & Now.Millisecond, New Feature(pointShape))
will show up as yellow dots, how can I make the dots a different color. I remember I used use pen and brush objects but I don't see the pointShape object having these attributes any more. Probably an easy question but it's holding me up right now. Thanks.