Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchGroup Class / Group Method
page in the items of which to add the newly created group (can be null)
the newly created group


In This Topic
    Group Method
    In This Topic
    Creates a new group containing all batch shapes and adds it in the specified composite (if it is provided)
    Syntax
    'Declaration
     
    
    Public Function Group( _
       ByVal page As NPage, _
       ByRef group As NGroup _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchGroup
    Dim page As NPage
    Dim group As NGroup
    Dim value As NTransactionResult
     
    value = instance.Group(page, group)
    public NTransactionResult Group( 
       NPage page,
       out NGroup group
    )

    Parameters

    page
    page in the items of which to add the newly created group (can be null)
    group
    the newly created group

    Return Value

    batch result
    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