ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / GetNumViews Method




In This Topic
    GetNumViews Method
    In This Topic
    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