Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchTranslate Class / Build Method


In This Topic
    Build Method (NBatchTranslate)
    In This Topic
    Builds the translator entity from the specified building nodes
    Syntax
    'Declaration
     
    
    Public Overrides Sub Build( _
       ByVal nodes As NNodeList _
    ) 
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim nodes As NNodeList
     
    instance.Build(nodes)
    public override void Build( 
       NNodeList nodes
    )

    Parameters

    nodes
    Remarks
    The implementation will first filter the building nodes for INTranslatable interface implementation. Then it will append the resulting node translation slaves.
    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