Currently I can construct the point symbol through SymbolFactory.Instance.ConstructPointSymbol() Method and set SimpleMarkerStyle to create the simple marker. But after creating, I need to get the marker style (circle, rectangle, cross, etc) of the point symbol. I wonder if there is any corresponding property for it.
Thank you very much.
Hi Dominic
Check out the ConstructMarker method - It has a few overloads that might be what you are looking for.
This one gives you a marker directly by passing in SimpleMarkerStyle:
Thanks
Uma