I'm trying to write code to implement drawing kml file output. The example for doing this does not seem to be using the styles from the kml file. Is there a way to apply a style on a per object basis rather than setting a global default style?
Here is the implementation I currently see:
inMemoryLayer.ZoomLevelSet.ZoomLevel01.DefaultAreaStyle.FillSolidBrush.Color = ...
Is there a way to set AreaStyle per object drawn on the map in a layer?