ImageGear .NET - Updated
GetNumViews Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : GetNumViews Method
Returns an number of views in the active Layout
Syntax
'Declaration
 
Public Function GetNumViews() As Integer
'Usage
 
Dim instance As ImGearDWGPage
Dim value As Integer
 
value = instance.GetNumViews()
public int GetNumViews()
public: int GetNumViews(); 
public:
int GetNumViews(); 

Return Value

Returns int count of Views in active Layout.
Remarks

Since you have to toggle Layouts based on index, it is useful to know how many Layouts are available.

See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members