Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NTable Class / KArC Method


In This Topic
    KArC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function KArC( _
       ByVal lArC As NProperty, _
       ByVal MArC As System.Integer, _
       ByVal nArC As System.Integer _
    ) As System.Double
    'Usage
     
    
    Dim instance As NTable
    Dim lArC As NProperty
    Dim MArC As System.Integer
    Dim nArC As System.Integer
    Dim value As System.Double
     
    value = instance.KArC(lArC, MArC, nArC)
    internal System.double KArC( 
       NProperty lArC,
       System.int MArC,
       System.int nArC
    )

    Parameters

    lArC
    MArC
    nArC
    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