Hide/remove bouding box.

I am not able to remove/hide the bounding box that comes with the camera I am using in my plugin. Tried to disable it in the Smart Client and in the Management Client without any luck.

Is it any ImageViewerWpfControl property I can set to disable it?

Can you please provide us a screen capture that show which bounding box you are using?

Here is a snip of the camera with the bounding box

The screen capture reveals that the box is from a MIP plugin that is automatically installed when you install the MIP SDK. It is recommended to disable or remove the plugins you are not actively working on.

https://developer.milestonesys.comK/s/article/MIP-SDK-remove-plugins-that-you-do-not-use-using-the-tool-in-MIP-SDK-Tray-Manager

https://developer.milestonesys.com/s/article/MIP-SDK-plugins-remove-the-plugins-you-do-not-use

I tried to disable all other plugins in the Tray Manager, but the bounding box is still there. Can i disable it in my own plugin? if yes, in what part of the plugin is the bounding box located?

Please restart Smart Client after you disabled it.

Tried to restart, but the bounding box is still there.

Can you please try to restart Event Server if it is possible?

Restarted the Event Server but the bounding box is still there.

The plugin seems like this one,

https://doc.developer.milestonesys.com/html/index.html?base=samples/activeelementsoverlay_sample.html&tree=tree_1.html

Please open Plugin Overview and check if ActiveElementsOverlay is off?

Also please check if the plugin file is disabled? – Go to

[C:\Program](file:C:/Program) Files\Milestone\MIPPlugins\ActiveElementsOverlay.

Please see if plugin definition(“Plugin.def”) is changed to “Plugin.disabled”. If not, please change it.

I am no sure how, but the ActiveElementsOverlay.cs have been implemented in my plugin. When I removed it the Bounding Box disappeared also. I did not think the issue was in my plugin, since the bounding box appeared in views where I did not use my plugin. But I guess the Smart Client accessed it through my plugin.

Thank you for helping.

Your plugin might be the same folder.

[C:\Program](file:C:/Program) Files\Milestone\MIPPlugins\(your plugin name)

Please check if the plugin definition file is disabled.