'Usage Dim instance As ImGearDGNPage Dim viewName As String instance.SetActiveView(viewName)
Parameters
- viewName
- Name of view to set as Active
'Usage Dim instance As ImGearDGNPage Dim viewName As String instance.SetActiveView(viewName)
If the View is not found, then this page does not change, and a ImageGear.Core.ImGearException is thrown.
If the View you are trying to set as active has no name, you must set it by index. Use SetActiveView(Int32).