Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionContainer Class / GetConnectedElements Method / GetConnectedElements(INElement,NFilter) Method
element whose connections to obtain
filter for the connected elements


In This Topic
    GetConnectedElements(INElement,NFilter) Method
    In This Topic
    Obtains the elements connected to the specified element, which satisfy the specified filter
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetConnectedElements( _
       ByVal element As INElement, _
       ByVal filter As NFilter _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NConnectionContainer
    Dim element As INElement
    Dim filter As NFilter
    Dim value As NNodeList
     
    value = instance.GetConnectedElements(element, filter)
    public virtual NNodeList GetConnectedElements( 
       INElement element,
       NFilter filter
    )

    Parameters

    element
    element whose connections to obtain
    filter
    filter for the connected elements

    Return Value

    array of the elements connected to the specified element
    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