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


In This Topic
    IGYh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function IGYh( _
       ByVal jGYh As NWindow, _
       ByVal KGYh As System.Boolean, _
       ByVal lGYh As System.Boolean _
    ) As NPromise(Of lQAI)
    'Usage
     
    
    Dim instance As NLibrarySearchManager
    Dim jGYh As NWindow
    Dim KGYh As System.Boolean
    Dim lGYh As System.Boolean
    Dim value As NPromise(Of lQAI)
     
    value = instance.IGYh(jGYh, KGYh, lGYh)
    internal NPromise<lQAI> IGYh( 
       NWindow jGYh,
       System.bool KGYh,
       System.bool lGYh
    )

    Parameters

    jGYh
    KGYh
    lGYh
    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