VCGetNameViewCount


Version:

6.0.1

Description:

Retrieve the number of named views in a drawing

Declaration:

 

C/C++

extern "C" short WINAPI VCGetNameViewCount(void);

Delphi

function VCGetNameViewCount: SmallInt; stdcall;

ActiveX/COM

Function GetNameViewCount() As Integer

Parameters:

 

Return Value:

the number of named views

iError Code:

 

Notes:

Named views are useful whenever a specific screen view needs to be accessed repeatedly for drawing or editing. The view is returned with VCZoomView.

See Also:

VCNameView, VCZoomView, VCGetNameView, VCGetNameViewExtents, VCDeleteNameView