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


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