VCZoomRegenAllViews


Version:

2.0

Description:

Redraws all entities for all views of all open drawings.

Declaration:

 

C/C++

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

Delphi

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

ActiveX/COM

Function ZoomRegenAllViews() 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 VCZoomRegen command, all the views of all open drawings can be updated with a single call to VCZoomRegenAllViews.

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

See Also:

VCZoomRegenAllViewsCurrWorld, VCZoomAllViews, VCZoomAllViewsCurrWorld, VCZoomRegen, VCZoomView