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


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

    Parameters

    nodes
    Remarks
    The implementation will filter the building nodes for TypeINStyleable interface implementation
    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