Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraph Class / SupplementToBiconnectedGraph Method


In This Topic
    SupplementToBiconnectedGraph Method
    In This Topic
    Supplements the current graph to a biconnected one by adding a new vertex and connecting it to each biconnected component (but not to a cut vertex in it).
    Syntax
    'Declaration
     
    
    Public Overridable Sub SupplementToBiconnectedGraph() 
    'Usage
     
    
    Dim instance As NGraph
     
    instance.SupplementToBiconnectedGraph()
    public virtual void SupplementToBiconnectedGraph()
    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