ImageGear PDF v25.2 - Updated
GetActiveViewName Method




ImageGear.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

Is this page helpful?
Yes No
Thanks for your feedback.