Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatch Class
Members


In This Topic
    NBatch Class
    In This Topic
    The NBatch class represents a logically connected set of nodes and serves as base class for more specialized batches
    Object Model
    NBatch Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NBatch 
    'Usage
     
    
    Dim instance As NBatch
    public abstract class NBatch 
    Remarks
    Before using a batch you must call the Build method, which takes only one parameter - the nodes from which the batch must be built
    Inheritance Hierarchy
    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