Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tdnI Class / CrnI Method


In This Topic
    CrnI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function CrnI( _
       ByRef drnI As EdQI, _
       ByVal ErnI As System.IntPtr, _
       ByVal frnI As System.Integer, _
       ByVal GrnI As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim drnI As EdQI
    Dim ErnI As System.IntPtr
    Dim frnI As System.Integer
    Dim GrnI As System.Integer
    Dim value As System.Boolean
     
    value = tdnI.CrnI(drnI, ErnI, frnI, GrnI)
    public static System.bool CrnI( 
       out EdQI drnI,
       System.IntPtr ErnI,
       System.int frnI,
       System.int GrnI
    )

    Parameters

    drnI
    ErnI
    frnI
    GrnI
    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