I'm working on a custom add-in that zooms to a point based on a lat & lon input from the user. What I'm trying to do is create a marker symbol with a hollow fill and an outline, that way data points aren't covered up in the map by the marker symbol. However this needs to be a point location which only works with a SimpleMarkerSymbol so I can't use a SimpleFillSymbol? Anyone know of a way to do produce this functionality without creating a custom symbol?