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


In This Topic
    dxfI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function dxfI( _
       ByVal ExfI As System.String, _
       ByVal fxfI As System.IntPtr, _
       ByVal GxfI As System.Integer, _
       ByVal hxfI As System.IntPtr, _
       ByVal IxfI As System.Integer, _
       ByVal jxfI As System.String, _
       ByRef KxfI As System.IntPtr _
    ) As System.Integer
    'Usage
     
    
    Dim ExfI As System.String
    Dim fxfI As System.IntPtr
    Dim GxfI As System.Integer
    Dim hxfI As System.IntPtr
    Dim IxfI As System.Integer
    Dim jxfI As System.String
    Dim KxfI As System.IntPtr
    Dim value As System.Integer
     
    value = xYCI.dxfI(ExfI, fxfI, GxfI, hxfI, IxfI, jxfI, KxfI)
    public static System.int dxfI( 
       System.string ExfI,
       System.IntPtr fxfI,
       System.int GxfI,
       System.IntPtr hxfI,
       System.int IxfI,
       System.string jxfI,
       out System.IntPtr KxfI
    )

    Parameters

    ExfI
    fxfI
    GxfI
    hxfI
    IxfI
    jxfI
    KxfI
    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