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




In This Topic
    GetActiveViewIndex Method
    In This Topic
    Returns the index of the current active View
    Syntax
    'Declaration
     
    Public Function GetActiveViewIndex() As Integer
    'Usage
     
    Dim instance As ImGearDGNPage
    Dim value As Integer
     
    value = instance.GetActiveViewIndex()
    public int GetActiveViewIndex()
    public: int GetActiveViewIndex(); 
    public:
    int GetActiveViewIndex(); 

    Return Value

    Returns a int of the active View's index.
    See Also