ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / SetActiveView Method / SetActiveView(Int32) Method
Index of View to set as active.




In This Topic
    SetActiveView(Int32) Method
    In This Topic
    Sets the View by index.
    Syntax
    'Declaration
     
    Public Overloads Sub SetActiveView( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim index As Integer
     
    instance.SetActiveView(index)
    public void SetActiveView( 
       int index
    )
    public: void SetActiveView( 
       int index
    ) 
    public:
    void SetActiveView( 
       int index
    ) 

    Parameters

    index
    Index of View to set as active.
    Remarks
    If the View is not found, then this page does not change, and a ImageGear.Core.ImGearException is thrown.
    See Also