ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / ToggleView Method / ToggleView(Int32,Boolean) Method
Index of View to toggle.
Whether or not to make View visible.




In This Topic
    ToggleView(Int32,Boolean) Method
    In This Topic
    Toggle specified View
    Syntax
    'Declaration
     
    Public Overloads Sub ToggleView( _
       ByVal index As Integer, _
       ByVal show As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim index As Integer
    Dim show As Boolean
     
    instance.ToggleView(index, show)
    public void ToggleView( 
       int index,
       bool show
    )
    public: void ToggleView( 
       int index,
       bool show
    ) 
    public:
    void ToggleView( 
       int index,
       bool show
    ) 

    Parameters

    index
    Index of View to toggle.
    show
    Whether or not to make View visible.
    Remarks
    If the View is not found, then this page does not change, and a ImageGear.Core.ImGearException is thrown.
    See Also