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




In This Topic
    GetViewGroups Method
    In This Topic
    Get the names of the available View Groups.
    Syntax
    'Declaration
     
    Public Function GetViewGroups() As String()
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim value() As String
     
    value = instance.GetViewGroups()
    public string[] GetViewGroups()
    public: string*[]* GetViewGroups(); 
    public:
    array<String^>^ GetViewGroups(); 

    Return Value

    Returns a string[] containing the View Group names for this page.
    See Also