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


In This Topic
    RestoreSceneTransforms Method
    In This Topic
    Restores the scene transformations of the specified nodes
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RestoreSceneTransforms( _
       ByVal nodes As NNodeList, _
       ByVal table As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As NBatch
    Dim nodes As NNodeList
    Dim table As System.Collections.Hashtable
     
    instance.RestoreSceneTransforms(nodes, table)
    protected virtual void RestoreSceneTransforms( 
       NNodeList nodes,
       System.Collections.Hashtable table
    )

    Parameters

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