I create an object derived from BaseCustomLayer which draws a polyline.
I call Map.addLayer(myBaseCustomLayer) and the function
public override void Draw(esriDrawPhase drawPhase, IDisplay Display, ITrackCancel trackCancel)
is hit. BUT if I set DynamicMapEnabled = true the draw function is not hit !
This is driving me crazy. Thanks for any hints.
