Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / lSCI Class / tSCI Method


In This Topic
    tSCI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function tSCI( _
       ByVal USCI As xKCI, _
       ByVal vSCI As vOCI, _
       ByVal WSCI As System.IntPtr, _
       ByRef xSCI As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As lSCI
    Dim USCI As xKCI
    Dim vSCI As vOCI
    Dim WSCI As System.IntPtr
    Dim xSCI As System.Boolean
    Dim value As System.Boolean
     
    value = instance.tSCI(USCI, vSCI, WSCI, xSCI)
    internal System.bool tSCI( 
       xKCI USCI,
       vOCI vSCI,
       System.IntPtr WSCI,
       out System.bool xSCI
    )

    Parameters

    USCI
    vSCI
    WSCI
    xSCI
    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