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


In This Topic
    CreateConnection Method (NConnectionStorage)
    In This Topic
    Creates a new connection between the specified ids
    Syntax
    'Declaration
     
    
    Public Sub CreateConnection( _
       ByVal uid1 As System.Guid, _
       ByVal uid2 As System.Guid _
    ) 
    'Usage
     
    
    Dim instance As NConnectionStorage
    Dim uid1 As System.Guid
    Dim uid2 As System.Guid
     
    instance.CreateConnection(uid1, uid2)
    public void CreateConnection( 
       System.Guid uid1,
       System.Guid uid2
    )

    Parameters

    uid1
    uid2
    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