Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / xYCI Class / vrfI Method


In This Topic
    vrfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function vrfI( _
       ByVal WrfI As System.IntPtr, _
       ByVal xrfI As System.String, _
       ByVal YrfI As System.Integer, _
       ByVal ASfI As System.IntPtr, _
       ByRef bSfI As dnQI, _
       ByVal CSfI As System.IntPtr, _
       ByVal dSfI As System.Integer, _
       ByVal ESfI() As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim WrfI As System.IntPtr
    Dim xrfI As System.String
    Dim YrfI As System.Integer
    Dim ASfI As System.IntPtr
    Dim bSfI As dnQI
    Dim CSfI As System.IntPtr
    Dim dSfI As System.Integer
    Dim ESfI() As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.vrfI(WrfI, xrfI, YrfI, ASfI, bSfI, CSfI, dSfI, ESfI)
    public static System.int vrfI( 
       System.IntPtr WrfI,
       System.string xrfI,
       System.int YrfI,
       System.IntPtr ASfI,
       ref dnQI bSfI,
       System.IntPtr CSfI,
       System.int dSfI,
       out System.IntPtr[] ESfI
    )

    Parameters

    WrfI
    xrfI
    YrfI
    ASfI
    bSfI
    CSfI
    dSfI
    ESfI
    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