ImageGear .NET v24.12 - Updated
SetActiveView(Int32) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class > SetActiveView Method : SetActiveView(Int32) Method
Index of View to set as active.
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

Reference

ImGearDGNPage Class
ImGearDGNPage Members
Overload List