Nevron.Diagram Namespace / NConnectionContainer Class / GetElementsFromUniqueIds Method


In This Topic
    GetElementsFromUniqueIds Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetElementsFromUniqueIds( _
       ByVal uids As System.Collections.ArrayList, _
       ByVal filter As NFilter _
    ) As NNodeList
    'Usage
     
    
    Dim instance As NConnectionContainer
    Dim uids As System.Collections.ArrayList
    Dim filter As NFilter
    Dim value As NNodeList
     
    value = instance.GetElementsFromUniqueIds(uids, filter)
    protected virtual NNodeList GetElementsFromUniqueIds( 
       System.Collections.ArrayList uids,
       NFilter filter
    )

    Parameters

    uids
    filter
    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