![]() |
MKI_WindowSetViewAll (Display) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_WindowSetViewAll( __int32 f_nWindowNum, bool f_fRedraw );
Alters the view in the given window so that all entities of the drawing will be visible. If no entity does exist in the stated drawing, the complete page will be displayed. Endless Construction Aid lines will be ignored during the calculation of the view.
ParametersWindowNum [__int32] Zero-based index of the window whose view shall be altered. The windows are numbered in reading direction, i.e. left to right and top to bottom. Valid range: 0 <= Value < MKI_WINDOW_MAX (standard windows) or Value = MKI_WINDOW_VIEW (view window). Redraw New in Version 2016.0 [bool] If true, the window will immediately be redrawn. Otherwise, only the view settings will be changed without redrawing.
Return ValueReturns true if successful, false if not.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH