ImageGear .NET v24.12 - Updated
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)
public void SetActiveViewGroup( 
   string viewGroupName
)
public: void SetActiveViewGroup( 
   string* viewGroupName
) 
public:
void SetActiveViewGroup( 
   String^ 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