Nevron .NET Vision
Nevron.Diagram Namespace / NShape Class / AccumulateTranslationSlaves Method
node list in which to accumulate the slaves
hash table of already visisted masters
whether to accumulate only direct or to drill down


In This Topic
    AccumulateTranslationSlaves Method (NShape)
    In This Topic
    Accumulates the nodes, which should be translated when this master is translated
    Syntax
    'Declaration
     
    
    Public Overridable Sub AccumulateTranslationSlaves( _
       ByVal nodes As NNodeList, _
       ByVal visited As System.Collections.Hashtable, _
       ByVal directOnly As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim nodes As NNodeList
    Dim visited As System.Collections.Hashtable
    Dim directOnly As System.Boolean
     
    instance.AccumulateTranslationSlaves(nodes, visited, directOnly)
    public virtual void AccumulateTranslationSlaves( 
       NNodeList nodes,
       System.Collections.Hashtable visited,
       System.bool directOnly
    )

    Parameters

    nodes
    node list in which to accumulate the slaves
    visited
    hash table of already visisted masters
    directOnly
    whether to accumulate only direct or to drill down
    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