ImageGear .NET - Updated
GetActiveViewName Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : GetActiveViewName Method
Returns the name of the current active View
Syntax
'Declaration
 
Public Function GetActiveViewName() As String
'Usage
 
Dim instance As ImGearDGNPage
Dim value As String
 
value = instance.GetActiveViewName()
public string GetActiveViewName()
public: string* GetActiveViewName(); 
public:
String^ GetActiveViewName(); 

Return Value

Returns a string of the active View's name.
Remarks
If active View is unnamed then an empty string is returned.
See Also

Reference

ImGearDGNPage Class
ImGearDGNPage Members