ImageGear .NET - Updated
GetActiveViewGroup Method




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

Reference

ImGearDGNPage Class
ImGearDGNPage Members