Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDataObject Class / Duplicate Method


In This Topic
    Duplicate Method (NDrawingDataObject)
    In This Topic
    Creates a duplicate drawing data object, which differs only by the unique ids of the elements (and their possible descendants) and their connections
    Syntax
    'Declaration
     
    
    Public Overridable Function Duplicate() As NDrawingDataObject
    'Usage
     
    
    Dim instance As NDrawingDataObject
    Dim value As NDrawingDataObject
     
    value = instance.Duplicate()
    public virtual NDrawingDataObject Duplicate()
    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