Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDataObject Class / InsertInComposite Method
drawing document
composite diagram element
index at which to insert the elements


In This Topic
    InsertInComposite Method
    In This Topic
    Inserts the content of this drawing data object in the specified drawing composite element
    Syntax
    'Declaration
     
    
    Public Overridable Function InsertInComposite( _
       ByVal drawing As NDrawingDocument, _
       ByVal composite As INDiagramElementComposite, _
       ByVal index As System.Integer _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NDrawingDataObject
    Dim drawing As NDrawingDocument
    Dim composite As INDiagramElementComposite
    Dim index As System.Integer
    Dim value As NTransactionResult
     
    value = instance.InsertInComposite(drawing, composite, index)
    public virtual NTransactionResult InsertInComposite( 
       NDrawingDocument drawing,
       INDiagramElementComposite composite,
       System.int index
    )

    Parameters

    drawing
    drawing document
    composite
    composite diagram element
    index
    index at which to insert the elements

    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