Gets whether to display the edges in this when the drawing view is in shaded mode.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetDisplayEdgesInShadedMode() As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim value As System.Boolean
 
value = instance.GetDisplayEdgesInShadedMode() | 
| C# |  | 
|---|
| System.bool GetDisplayEdgesInShadedMode() | 
| C++/CLI |  | 
|---|
| System.bool GetDisplayEdgesInShadedMode();  | 
Return Value
True if the edges are displayed when the view is in shaded mode, false if not
Remarks
 
            
            See Also