Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchUngroup Class / Ungroup Method
page in the items of which to add the ungroupped shapes
List of resulting shapes.


In This Topic
    Ungroup Method
    In This Topic
    Ungroups all contained groups and adds their shapes in the specified composite (if it is provided).
    Syntax
    'Declaration
     
    
    Public Function Ungroup( _
       ByVal page As NPage, _
       ByRef shapes As NList(Of NDiagramItem) _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchUngroup
    Dim page As NPage
    Dim shapes As NList(Of NDiagramItem)
    Dim value As NTransactionResult
     
    value = instance.Ungroup(page, shapes)

    Parameters

    page
    page in the items of which to add the ungroupped shapes
    shapes
    List of resulting shapes.

    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