Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / EClI Class / CdlI Method


In This Topic
    CdlI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CdlI( _
       ByVal ddlI As NCursor, _
       ByVal EdlI As System.Double, _
       ByRef fdlI As System.IntPtr _
    ) As System.Boolean
    'Usage
     
    
    Dim ddlI As NCursor
    Dim EdlI As System.Double
    Dim fdlI As System.IntPtr
    Dim value As System.Boolean
     
    value = EClI.CdlI(ddlI, EdlI, fdlI)
    public static System.bool CdlI( 
       NCursor ddlI,
       System.double EdlI,
       out System.IntPtr fdlI
    )

    Parameters

    ddlI
    EdlI
    fdlI
    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