Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchCompose Class / Compose Method
composite in which to add the new composite shape (can be null)
whether the transaction should be rolled back if some of the shapes cannot be composed
the newly created composite shape


In This Topic
    Compose Method (NBatchCompose)
    In This Topic
    Creates a new composite shape containing the primitives of all selected shapes and adds it in the specified composite (if it is provided)
    Syntax
    'Declaration
     
    
    Public Overridable Function Compose( _
       ByVal composite As INDiagramElementComposite, _
       ByVal rollbackOnFail As System.Boolean, _
       ByRef compositeShape As NCompositeShape _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchCompose
    Dim composite As INDiagramElementComposite
    Dim rollbackOnFail As System.Boolean
    Dim compositeShape As NCompositeShape
    Dim value As NTransactionResult
     
    value = instance.Compose(composite, rollbackOnFail, compositeShape)

    Parameters

    composite
    composite in which to add the new composite shape (can be null)
    rollbackOnFail
    whether the transaction should be rolled back if some of the shapes cannot be composed
    compositeShape
    the newly created composite shape

    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