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




In This Topic
    GetActiveViewName Method
    In This Topic
    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