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


In This Topic
    IsConnected Property
    In This Topic
    Determines whether this is a connected graph (undirected graph)
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsConnected As System.Boolean
    'Usage
     
    
    Dim instance As NGraph
    Dim value As System.Boolean
     
    value = instance.IsConnected
    public System.bool IsConnected {get;}
    Remarks
    The graph is connected if there is an undirected path between each pair of vertices in it
    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