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


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

    Parameters

    EYAI
    fYAI
    GYAI
    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