Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionContainer Class / QueryElementsConnected Method


In This Topic
    QueryElementsConnected Method
    In This Topic
    Queries whether the speecified elements are connected
    Syntax
    'Declaration
     
    
    Public Overridable Function QueryElementsConnected( _
       ByVal element1 As INElement, _
       ByVal element2 As INElement _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NConnectionContainer
    Dim element1 As INElement
    Dim element2 As INElement
    Dim value As System.Boolean
     
    value = instance.QueryElementsConnected(element1, element2)
    public virtual System.bool QueryElementsConnected( 
       INElement element1,
       INElement element2
    )

    Parameters

    element1
    element2

    Return Value

    true if the elements are connected, otherwise false
    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