Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NLibrarySearchManager Class / OGYh Method


In This Topic
    OGYh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function OGYh( _
       ByVal pGYh As NFile, _
       ByVal QGYh As System.Boolean _
    ) As NPromise(Of NLibraryDocument)
    'Usage
     
    
    Dim instance As NLibrarySearchManager
    Dim pGYh As NFile
    Dim QGYh As System.Boolean
    Dim value As NPromise(Of NLibraryDocument)
     
    value = instance.OGYh(pGYh, QGYh)
    internal NPromise<NLibraryDocument> OGYh( 
       NFile pGYh,
       System.bool QGYh
    )

    Parameters

    pGYh
    QGYh
    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