Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / lOII Class / KM Method


In This Topic
    KM Method (lOII)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub KM( _
       ByRef dpII As ApKI, _
       ByVal EpII As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As lOII
    Dim dpII As ApKI
    Dim EpII As System.Integer
     
    instance.KM(dpII, EpII)
    public void KM( 
       out ApKI dpII,
       System.int EpII
    )

    Parameters

    dpII
    EpII
    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