Version: |
2.0 |
Description: |
Positions a pointer to the first view of the active drawing. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCFirstView(short* iError); |
Delphi |
function VCFirstView(var iError: Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function FirstView() As Integer |
Parameters: |
Returns - 0 if not successful and 1 otherwise. |
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: |