Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTabInline Class / pfl Method


In This Topic
    pfl Method (NTabInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal rvMC As System.Double, _
       ByVal SvMC As System.Integer, _
       ByRef tvMC As System.Double, _
       ByVal UvMC() As System.Double, _
       ByVal vvMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NTabInline
    Dim rvMC As System.Double
    Dim SvMC As System.Integer
    Dim tvMC As System.Double
    Dim UvMC() As System.Double
    Dim vvMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(rvMC, SvMC, tvMC, UvMC, vvMC)
    internal override System.bool pfl( 
       System.double rvMC,
       System.int SvMC,
       ref System.double tvMC,
       System.double[] UvMC,
       System.bool[] vvMC
    )

    Parameters

    rvMC
    SvMC
    tvMC
    UvMC
    vvMC
    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