Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchCompose Class / Union Method
active page in which to add resulting shape
anchor shape
resulting shape


In This Topic
    Union Method (NBatchCompose)
    In This Topic
    Performs a union on the batch set of shapes.
    Syntax
    'Declaration
     
    
    Public Function Union( _
       ByVal activePage As NPage, _
       ByVal anchorShape As NShape, _
       ByRef resultShape As NShape _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchCompose
    Dim activePage As NPage
    Dim anchorShape As NShape
    Dim resultShape As NShape
    Dim value As NTransactionResult
     
    value = instance.Union(activePage, anchorShape, resultShape)

    Parameters

    activePage
    active page in which to add resulting shape
    anchorShape
    anchor shape
    resultShape
    resulting shape
    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