Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NAccumulatingVisitor Class / Edges Property


In This Topic
    Edges Property (NAccumulatingVisitor)
    In This Topic
    Gets the visited edges
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Edges As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NAccumulatingVisitor
    Dim value As System.Collections.ArrayList
     
    value = instance.Edges
    public System.Collections.ArrayList Edges {get;}
    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