Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NGraphEdgeList Class / GetEdgesForVertex Method


In This Topic
    GetEdgesForVertex Method
    In This Topic
    Gets the edges that contain the given vertex.
    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 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