Nevron.Diagram Namespace / INTranslationMaster Interface / AccumulateTranslationSlaves Method


In This Topic
    AccumulateTranslationSlaves Method (INTranslationMaster)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub AccumulateTranslationSlaves( _
       ByVal nodes As NNodeList, _
       ByVal visited As System.Collections.Hashtable, _
       ByVal directOnly As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As INTranslationMaster
    Dim nodes As NNodeList
    Dim visited As System.Collections.Hashtable
    Dim directOnly As System.Boolean
     
    instance.AccumulateTranslationSlaves(nodes, visited, directOnly)
    void AccumulateTranslationSlaves( 
       NNodeList nodes,
       System.Collections.Hashtable visited,
       System.bool directOnly
    )

    Parameters

    nodes
    visited
    directOnly
    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