VCZoomAllViews


Version:

2.0

Description:

Zooms to the drawing extents for all views of all open drawings.

Declaration:

 

C/C++

extern "C" vbool WINAPI VCZoomAllViews(short* iError);

Delphi

function VCZoomAllViews(var iError: Smallint):Wordbool; stdcall;

ActiveX/COM

Function ZoomAllViews() As Integer

Parameters:

No additional parameters are used with this function.

Notes:

Visual CADD™ supports a Multiple Document Interface (MDI).  Each MDI child window may represent a different drawing or a multiple view of one drawing.  When using multiple views of drawings, it may be necessary to refresh all data in all views at once.  Instead of moving to each view of each drawing individually and issuing a VCZoomAll command, all the views of all open drawings can be updated with a single call to VCZoomAllViews.

In contrast, VCZoomAllViewsCurrWorld will update all the views of the current drawing only, rather than all open drawings.

See Also:

VCZoomAllViewsCurrWorld, VCZoomRegenAllViews, VCZoomRegenAllViewsCurrWorld, VCZoomAll, VCZoomView