Brendan,
Yes, the differences are almost the same as the differences between StaticLayers and DynamiLayers in MapEngine. We now can refresh the DynamicOverlay only with the method winformsMap1.RefreshDynamic(), and we will provide winformsMap1.RefreshStatic() (I’m not sure about the final name) later. DynamicOverlay will always be drawn on top of StaticOverlay, and if we set CustomOverlay, both of the static and dynamic overlays will be ignored.
By the way, the property “AutoRefreshInterval” is not available now, we will implement it in the coming edition.
Ben.