Nevron Open Vision Documentation
Nevron.Nov.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 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also