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


In This Topic
    pfl Method (NWidgetInline)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Function pfl( _
       ByVal KxMC As System.Double, _
       ByVal lxMC As System.Integer, _
       ByRef MxMC As System.Double, _
       ByVal nxMC() As System.Double, _
       ByVal OxMC() As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NWidgetInline
    Dim KxMC As System.Double
    Dim lxMC As System.Integer
    Dim MxMC As System.Double
    Dim nxMC() As System.Double
    Dim OxMC() As System.Boolean
    Dim value As System.Boolean
     
    value = instance.pfl(KxMC, lxMC, MxMC, nxMC, OxMC)
    internal override System.bool pfl( 
       System.double KxMC,
       System.int lxMC,
       ref System.double MxMC,
       System.double[] nxMC,
       System.bool[] OxMC
    )

    Parameters

    KxMC
    lxMC
    MxMC
    nxMC
    OxMC
    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