Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xKCI Class / xKCI Constructor


In This Topic
    xKCI Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal YKCI As System.IntPtr, _
       ByVal AlCI As System.Double _
    )
    'Usage
     
    
    Dim YKCI As System.IntPtr
    Dim AlCI As System.Double
     
    Dim instance As New xKCI(YKCI, AlCI)
    public xKCI( 
       System.IntPtr YKCI,
       System.double AlCI
    )

    Parameters

    YKCI
    AlCI
    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