ImageGear .NET v24.12 - Updated
GetActiveViewIndex Method




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

Reference

ImGearDGNPage Class
ImGearDGNPage Members