VCNewView


Version:

2.0

Description:

Creates a new view for the input drawing handle.

Declaration:

 

C/C++

extern "C" void WINAPI VCNewView(short* iError, long hWnd_);

Delphi

procedure VCNewView(var iError: Smallint; hWnd_: Longint); stdcall;

ActiveX/COM

Sub NewView(ByVal hWnd_ As Long)

Parameters:

hWnd - the windows handle for the control to display the viewport.

Notes:

Visual CADD™ supports multiple viewports for drawings and displays the views in separate Window frames. These views are created through the API with VCNewView. When working with drawings utilizing multiple viewports, an application can parse through the views to update specific views as needed. The viewports are treated as separate MDI windows are managed by the Visual CADD™ frame.

See Also:

VCFirstView, VCNextView, VCZoomAllViews, VCZoomRegenAllViews