ImageGear .NET v24.12 - Updated
GetViewGroups Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : GetViewGroups Method
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

Reference

ImGearDGNPage Class
ImGearDGNPage Members