Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionContainer Class / GetElementsFromUniqueIds Method
uids which to resolve to references
filter to use


In This Topic
    GetElementsFromUniqueIds Method
    In This Topic
    Called to resolve the specified uids to valid diagram element references
    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
    uids which to resolve to references
    filter
    filter to use

    Return Value

    array of elements corresponding to the specified uids, which satisfy the filter criteria
    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