IGetNextView Method (IView)
    
    
        
        
            
             Gets the next drawing view in the drawing.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function IGetNextView() As View | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim value As View
 
value = instance.IGetNextView() | 
| C++/CLI |  | 
|---|
| View^ IGetNextView();  | 
Return Value
Next view
See Also