Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / hIMI Class / CKMI Method


In This Topic
    CKMI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CKMI( _
       ByVal dKMI As System.Integer, _
       ByVal EKMI As System.Integer, _
       ByVal fKMI As System.Text.StringBuilder, _
       ByVal GKMI As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim dKMI As System.Integer
    Dim EKMI As System.Integer
    Dim fKMI As System.Text.StringBuilder
    Dim GKMI As System.Integer
    Dim value As System.Integer
     
    value = hIMI.CKMI(dKMI, EKMI, fKMI, GKMI)
    public static System.int CKMI( 
       System.int dKMI,
       System.int EKMI,
       System.Text.StringBuilder fKMI,
       System.int GKMI
    )

    Parameters

    dKMI
    EKMI
    fKMI
    GKMI
    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