ImageGear .NET - Updated March 30, 2018
SetActiveViewGroup Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : SetActiveViewGroup Method
Name of View Group to set as active.
Sets the active View Group by name.
Syntax
'Declaration
 
Public Sub SetActiveViewGroup( _
   ByVal viewGroupName As String _
) 
 
'Usage
 
Dim instance As ImGearDGNPage
Dim viewGroupName As String
 
instance.SetActiveViewGroup(viewGroupName)

Parameters

viewGroupName
Name of View Group to set as active.
Remarks

If the View Group is not found, then this page does not change, and a ImageGear.Core.ImGearException is thrown.

Sets View to View at index 0.

See Also

Reference

ImGearDGNPage Class
ImGearDGNPage Members