Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraph Class / IsBiconnected Property


In This Topic
    IsBiconnected Property
    In This Topic
    Determines whether this is a biconnected graph.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsBiconnected As System.Boolean
    'Usage
     
    
    Dim instance As NGraph
    Dim value As System.Boolean
     
    value = instance.IsBiconnected
    public System.bool IsBiconnected {get;}
    Remarks
    A biconnected graph is a nonseparable graph, meaning if any vertex were to be removed, the graph will remain connected.
    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