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


In This Topic
    RestoreConnections Method
    In This Topic
    Restores the specified connections
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RestoreConnections( _
       ByVal connections As NConnectionCollection, _
       ByVal drawing As NDrawingDocument _
    ) 
    'Usage
     
    
    Dim instance As NBatch
    Dim connections As NConnectionCollection
    Dim drawing As NDrawingDocument
     
    instance.RestoreConnections(connections, drawing)
    protected virtual void RestoreConnections( 
       NConnectionCollection connections,
       NDrawingDocument drawing
    )

    Parameters

    connections
    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