Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NFieldInline Class / Afl Method


In This Topic
    Afl Method (NFieldInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function Afl( _
       ByVal nhrC As System.Integer, _
       ByVal OhrC As INFilter(Of NRangeTextElement), _
       ByRef phrC As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NFieldInline
    Dim nhrC As System.Integer
    Dim OhrC As INFilter(Of NRangeTextElement)
    Dim phrC As System.Integer
    Dim value As System.Boolean
     
    value = instance.Afl(nhrC, OhrC, phrC)
    internal override System.bool Afl( 
       System.int nhrC,
       INFilter<NRangeTextElement> OhrC,
       ref System.int phrC
    )

    Parameters

    nhrC
    OhrC
    phrC
    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