Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGrid Class / IObh Method


In This Topic
    IObh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function IObh( _
       ByVal jObh As System.Double, _
       ByRef KObh As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGrid
    Dim jObh As System.Double
    Dim KObh As System.Integer
    Dim value As System.Boolean
     
    value = instance.IObh(jObh, KObh)
    internal System.bool IObh( 
       System.double jObh,
       out System.int KObh
    )

    Parameters

    jObh
    KObh
    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