ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / SetActiveViewGroup Method
Name of View Group to set as active.




In This Topic
    SetActiveViewGroup Method
    In This Topic
    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