Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NEndPointGlue Class / bOb Method


In This Topic
    bOb Method (NEndPointGlue)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function bOb( _
       ByVal hbAI As System.Boolean, _
       ByVal IbAI As NShape, _
       ByRef jbAI As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEndPointGlue
    Dim hbAI As System.Boolean
    Dim IbAI As NShape
    Dim jbAI As System.Double
    Dim value As System.Boolean
     
    value = instance.bOb(hbAI, IbAI, jbAI)
    internal virtual System.bool bOb( 
       System.bool hbAI,
       NShape IbAI,
       out System.double jbAI
    )

    Parameters

    hbAI
    IbAI
    jbAI
    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