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


In This Topic
    bOb Method (NEndPointGlueToShapeBox)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides NotOverridable Function bOb( _
       ByVal SYAI As System.Boolean, _
       ByVal tYAI As NShape, _
       ByRef UYAI As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEndPointGlueToShapeBox
    Dim SYAI As System.Boolean
    Dim tYAI As NShape
    Dim UYAI As System.Double
    Dim value As System.Boolean
     
    value = instance.bOb(SYAI, tYAI, UYAI)
    internal override System.bool bOb( 
       System.bool SYAI,
       NShape tYAI,
       out System.double UYAI
    )

    Parameters

    SYAI
    tYAI
    UYAI
    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