ImageGear .NET - Updated
ToggleView(Int32,Boolean) Method




ImageGear24.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.
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List