ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / GetActiveViewGroup Method




In This Topic
    GetActiveViewGroup Method
    In This Topic
    Returns the name of the current active View Group
    Syntax
    'Declaration
     
    Public Function GetActiveViewGroup() As String
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim value As String
     
    value = instance.GetActiveViewGroup()
    public string GetActiveViewGroup()
    public: string* GetActiveViewGroup(); 
    public:
    String^ GetActiveViewGroup(); 

    Return Value

    Returns a string of the active View Group's name.
    See Also