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


In This Topic
    vQCI Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function New( _
       ByVal WQCI As hpS, _
       ByVal xQCI As System.String, _
       ByVal YQCI As System.Double, _
       ByVal ArCI As System.Double _
    )
    'Usage
     
    
    Dim WQCI As hpS
    Dim xQCI As System.String
    Dim YQCI As System.Double
    Dim ArCI As System.Double
     
    Dim instance As New vQCI(WQCI, xQCI, YQCI, ArCI)
    internal vQCI( 
       hpS WQCI,
       System.string xQCI,
       System.double YQCI,
       System.double ArCI
    )

    Parameters

    WQCI
    xQCI
    YQCI
    ArCI
    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