ThinkGeo.com    |     Documentation    |     Premium Support

V10 to V12 update ... InteractiveResult

In V10 this worked this way:

InteractiveResult interactiveResult = new InteractiveResult();
interactiveResult.DrawThisOverlay = InteractiveOverlayDrawType.Draw;

In V12 what replaces ‘interactiveResult.DrawThisOverlay = InteractiveOverlayDrawType.Draw;’ ??

Thanks.

Thanks Ernest,
You can use
interactiveResult.InteractiveOverlayUpdateMode = InteractiveOverlayUpdateMode.Update;

in V12.

Thanks

Frank

1 Like