Nevron.Diagram.DataStructures Namespace / NGraphEdgeList Class / GetEdgesForVertex Method


In This Topic
    GetEdgesForVertex Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetEdgesForVertex( _
       ByVal vertex As NGraphVertex, _
       ByVal fromVertex As System.Boolean _
    ) As NGraphEdgeList
    'Usage
     
    
    Dim instance As NGraphEdgeList
    Dim vertex As NGraphVertex
    Dim fromVertex As System.Boolean
    Dim value As NGraphEdgeList
     
    value = instance.GetEdgesForVertex(vertex, fromVertex)
    public NGraphEdgeList GetEdgesForVertex( 
       NGraphVertex vertex,
       System.bool fromVertex
    )

    Parameters

    vertex
    fromVertex
    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