Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class / StoreConnections Method


In This Topic
    StoreConnections Method
    In This Topic
    Stores the connections in which the specified nodes participate
    Syntax
    'Declaration
     
    
    Protected Overridable Function StoreConnections( _
       ByVal nodes As NNodeList, _
       ByVal drawing As NDrawingDocument _
    ) As NConnectionCollection
    'Usage
     
    
    Dim instance As NBatch
    Dim nodes As NNodeList
    Dim drawing As NDrawingDocument
    Dim value As NConnectionCollection
     
    value = instance.StoreConnections(nodes, drawing)
    protected virtual NConnectionCollection StoreConnections( 
       NNodeList nodes,
       NDrawingDocument drawing
    )

    Parameters

    nodes
    drawing
    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