Nevron .NET Vision
Nevron.Diagram Namespace / NConnectionStorage Class / ReplaceUniqueIds Method
map of ids


In This Topic
    ReplaceUniqueIds Method (NConnectionStorage)
    In This Topic
    Replaces all connection ids using the specified map of ids
    Syntax
    'Declaration
     
    
    Public Sub ReplaceUniqueIds( _
       ByVal mapUIds As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As NConnectionStorage
    Dim mapUIds As System.Collections.Hashtable
     
    instance.ReplaceUniqueIds(mapUIds)
    public void ReplaceUniqueIds( 
       System.Collections.Hashtable mapUIds
    )

    Parameters

    mapUIds
    map of 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