Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRuler Class / fKOC Method


In This Topic
    fKOC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function fKOC( _
       ByVal GKOC As System.Integer, _
       ByVal hKOC As System.Double, _
       ByVal IKOC As System.Double _
    ) As System.String
    'Usage
     
    
    Dim instance As NRuler
    Dim GKOC As System.Integer
    Dim hKOC As System.Double
    Dim IKOC As System.Double
    Dim value As System.String
     
    value = instance.fKOC(GKOC, hKOC, IKOC)
    internal System.string fKOC( 
       System.int GKOC,
       System.double hKOC,
       System.double IKOC
    )

    Parameters

    GKOC
    hKOC
    IKOC
    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