Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibraryDataObjectAdaptor Class / AdaptLibraryDataObject Method


In This Topic
    AdaptLibraryDataObject Method (NLibraryDataObjectAdaptor)
    In This Topic
    Adapts the specified library data object as a library data object, ready to be inserted in a library document
    Syntax
    'Declaration
     
    
    Public Overridable Function AdaptLibraryDataObject( _
       ByVal ldo As NLibraryClipping _
    ) As NLibraryClipping
    'Usage
     
    
    Dim instance As NLibraryDataObjectAdaptor
    Dim ldo As NLibraryClipping
    Dim value As NLibraryClipping
     
    value = instance.AdaptLibraryDataObject(ldo)
    public virtual NLibraryClipping AdaptLibraryDataObject( 
       NLibraryClipping ldo
    )

    Parameters

    ldo
    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