Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphPartVisitor Class / VisitEdges Property


In This Topic
    VisitEdges Property
    In This Topic
    Determines whether edges should be visited or not. By default set to true
    Syntax
    'Declaration
     
    
    Public Property VisitEdges As System.Boolean
    'Usage
     
    
    Dim instance As NGraphPartVisitor
    Dim value As System.Boolean
     
    instance.VisitEdges = value
     
    value = instance.VisitEdges
    public System.bool VisitEdges {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also