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


In This Topic
    StoreSceneTransforms Method
    In This Topic
    Stores the scene transformations of the specified nodes
    Syntax
    'Declaration
     
    
    Protected Overridable Function StoreSceneTransforms( _
       ByVal nodes As NNodeList _
    ) As System.Collections.Hashtable
    'Usage
     
    
    Dim instance As NBatch
    Dim nodes As NNodeList
    Dim value As System.Collections.Hashtable
     
    value = instance.StoreSceneTransforms(nodes)
    protected virtual System.Collections.Hashtable StoreSceneTransforms( 
       NNodeList nodes
    )

    Parameters

    nodes
    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