Version: |
2.0 |
Description: |
Changes to another view of the active drawing. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCChangeView(short* iError, long hWnd_); |
Delphi |
procedure VCChangeView(var iError: Smallint; hWnd_: Longint); stdcall; |
ActiveX/COM |
Sub ChangeView(ByVal hWnd_ As Long) |
Parameters: |
hWnd - the Windows HWND containing the view. |
Notes: |
Visual CADD™ allows for multiple views of a drawing. Each of these views is placed into a separate MDI Window within the Visual CADD™ frame. The view can be changed by moving to the Window containing the desired view. |
See Also: |