VCNextView


Version:

2.0

Description:

Moves to the next viewport for the active drawing.

Declaration:

 

C/C++

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

Delphi

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

ActiveX/COM

Function NextView() As Integer

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