Version: |
9.0.1 |
Description: |
Redraws all entities for all views of the current drawing. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCZoomRegenAllViewsCurrWorld(short* iError); |
Delphi |
function VCZoomRegenAllViewsCurrWorld(var iError: Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function ZoomRegenAllViewsCurrWorld() 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 of the current drawing at once. Instead of moving to each view of the current drawing individually and issuing a VCZoomRegen command, all the views of the current drawing can be updated with a single call to VCZoomRegenAllViewsCurrWorld. In contrast, VCZoomRegenAllViews will update all the views of all open drawings, rather than the current drawing only. This function runs the same tool which is started by the user interface when the SHIFT key is held down and the Regen/RD native command is started. |
See Also: |
VCZoomRegenAllViews, VCZoomAllViews, VCZoomAllViewsCurrWorld, VCZoomRegen, VCZoomView |