Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionStorage Class / GetNonDuplicateUniqueIds Method


In This Topic
    GetNonDuplicateUniqueIds Method (NConnectionStorage)
    In This Topic
    Obtains an array of the unique ids involved in connections
    Syntax
    'Declaration
     
    
    Public Function GetNonDuplicateUniqueIds() As System.Collections.ArrayList
    'Usage
     
    
    Dim instance As NConnectionStorage
    Dim value As System.Collections.ArrayList
     
    value = instance.GetNonDuplicateUniqueIds()
    public System.Collections.ArrayList GetNonDuplicateUniqueIds()

    Return Value

    array of unique ids
    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