Toggle specified View
Syntax
'Declaration
Public Overloads Sub ToggleView( _
ByVal As Integer, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim instance As ImGearDWGPage
Dim index As Integer
Dim show As Boolean
Dim zoomExtents As Boolean
instance.ToggleView(index, show, zoomExtents)
public void ToggleView(
int ,
bool ,
bool
)
public: void ToggleView(
int ,
bool ,
bool
)
public:
void ToggleView(
int ,
bool ,
bool
)
Parameters
- index
- Index of View to toggle.
- show
- Whether or not to make View visible.
- zoomExtents
- Whether or not to zoom given View to extents.
See Also