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


In This Topic
    CSII Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CSII( _
       ByVal dSII As System.Runtime.InteropServices.HandleRef, _
       ByVal ESII As System.Integer, _
       ByRef fSII As EdQI, _
       ByVal GSII() As System.Short _
    ) As System.Boolean
    'Usage
     
    
    Dim dSII As System.Runtime.InteropServices.HandleRef
    Dim ESII As System.Integer
    Dim fSII As EdQI
    Dim GSII() As System.Short
    Dim value As System.Boolean
     
    value = vrII.CSII(dSII, ESII, fSII, GSII)
    public static System.bool CSII( 
       System.Runtime.InteropServices.HandleRef dSII,
       System.int ESII,
       ref EdQI fSII,
       System.short[] GSII
    )

    Parameters

    dSII
    ESII
    fSII
    GSII
    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