Zoom Extents

I load some data and add to the scene with my c++ plugin. How can I call ZoomExtents at the end? Further more, how can I call Zoom Extents for all viewports?

Hi @kostadin,

See the following sample: cmdSampleZoomExtents.cpp

– Dale

Thank you very much for the quick answer