NevronOpenVision
Nevron.Nov.Diagram.Batches Namespace / NBatch<TItem> Class
Members
In This Topic
    NBatch<TItem> Class
    In This Topic
    The NBatch class represents a set of diagram items and serves as base class for more specialized batches
    Object Model
    NBatch<TItem> Class
    Syntax
    public abstract class NBatch<TItem> 
    where TItem: NDiagramItem
    Type Parameters
    TItem
    Remarks
    Before using a batch you must call the Build method, which takes only one parameter - the diagram items from which the batch must be built
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also