Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NRulerLane Class / ClOC Method


In This Topic
    ClOC Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ClOC( _
       ByVal dlOC As System.Integer, _
       ByVal ElOC As System.Double, _
       ByVal flOC As System.Double _
    ) As System.String
    'Usage
     
    
    Dim instance As NRulerLane
    Dim dlOC As System.Integer
    Dim ElOC As System.Double
    Dim flOC As System.Double
    Dim value As System.String
     
    value = instance.ClOC(dlOC, ElOC, flOC)
    internal System.string ClOC( 
       System.int dlOC,
       System.double ElOC,
       System.double flOC
    )

    Parameters

    dlOC
    ElOC
    flOC
    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