How to access the "Bounding box providers" settings from a Plugin

Hello,

I would like to implement a plugin that allows the user to manage the bounding box providers (exactly as is implemented in the Setup → Properties → Display Settings panel of a camera) inside the plugin view :

The user should be able to select dynamically which metadata provider should be displayed or not. I saw in a similar post that you suggested using ImageViewerAddOn.ShowMetadataOverlay variable, but this way it is not possible to display a specific bounding box provider.

Do you have any idea how could I implement this ?

Best Regards

There is no support for managing the bounding box providers through code, it can only be done through the Smart Client UI the way you have demonstrated.

I can see that this would be a benefit to be able to control this from MIP plugin code and I will send a note to Milestone Product Management so that they can consider it for future enhancement development.