Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / vrII Class / hSII Method


In This Topic
    hSII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function hSII( _
       ByRef ISII As System.Guid, _
       ByVal jSII As System.Object, _
       ByVal KSII As System.Integer, _
       ByRef lSII As System.Guid _
    ) As System.Object
    'Usage
     
    
    Dim ISII As System.Guid
    Dim jSII As System.Object
    Dim KSII As System.Integer
    Dim lSII As System.Guid
    Dim value As System.Object
     
    value = vrII.hSII(ISII, jSII, KSII, lSII)
    public static System.object hSII( 
       ref System.Guid ISII,
       System.object jSII,
       System.int KSII,
       ref System.Guid lSII
    )

    Parameters

    ISII
    jSII
    KSII
    lSII
    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