Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchGroup Class / Group Method
composite in which to add the new group (can be null)
whether the transaction should be rolled back if some of the nodes cannot be grouped
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 Overridable Function Group( _
       ByVal composite As INDiagramElementComposite, _
       ByVal rollbackOnFail As System.Boolean, _
       ByRef group As NGroup _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchGroup
    Dim composite As INDiagramElementComposite
    Dim rollbackOnFail As System.Boolean
    Dim group As NGroup
    Dim value As NTransactionResult
     
    value = instance.Group(composite, rollbackOnFail, group)

    Parameters

    composite
    composite in which to add the new group (can be null)
    rollbackOnFail
    whether the transaction should be rolled back if some of the nodes cannot be grouped
    group
    the newly created group

    Return Value

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