Fitview

I use microstation 08.11.09.578, DGN 2D V7 Upgrade V8

I want to click the FITVIEW button

...

MicroStationDGN.View v = app.ActiveDesignFile.Views[1];
v.Fit(true);

I tried this code but no success
Is there any method to call the function 'FITVIEW' or similar

Parents Reply Children