Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / SGOI Method


In This Topic
    SGOI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SGOI( _
       ByVal tGOI As System.Integer, _
       ByVal UGOI As System.Integer, _
       ByVal vGOI() As System.IntPtr, _
       ByVal WGOI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim tGOI As System.Integer
    Dim UGOI As System.Integer
    Dim vGOI() As System.IntPtr
    Dim WGOI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.SGOI(tGOI, UGOI, vGOI, WGOI)
    public static System.bool SGOI( 
       System.int tGOI,
       System.int UGOI,
       out System.IntPtr[] vGOI,
       System.int WGOI
    )

    Parameters

    tGOI
    UGOI
    vGOI
    WGOI
    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