Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NGraph Class / RemoveVertex Method


In This Topic
    RemoveVertex Method (NGraph)
    In This Topic
    Removes the vertex from the graph
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveVertex( _
       ByVal vertex As NGraphVertex _
    ) 
    'Usage
     
    
    Dim instance As NGraph
    Dim vertex As NGraphVertex
     
    instance.RemoveVertex(vertex)
    public virtual void RemoveVertex( 
       NGraphVertex vertex
    )

    Parameters

    vertex
    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