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


In This Topic
    EtCI Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal ftCI As UtCI, _
       ByVal GtCI As System.Integer, _
       ByVal htCI As System.Integer _
    )
    'Usage
     
    
    Dim ftCI As UtCI
    Dim GtCI As System.Integer
    Dim htCI As System.Integer
     
    Dim instance As New EtCI(ftCI, GtCI, htCI)
    internal EtCI( 
       UtCI ftCI,
       System.int GtCI,
       System.int htCI
    )

    Parameters

    ftCI
    GtCI
    htCI
    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