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


In This Topic
    dOb Method (NEndPointGlue)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function dOb( _
       ByVal fbAI As System.Boolean, _
       ByVal GbAI As NShape _
    ) As NPoint
    'Usage
     
    
    Dim instance As NEndPointGlue
    Dim fbAI As System.Boolean
    Dim GbAI As NShape
    Dim value As NPoint
     
    value = instance.dOb(fbAI, GbAI)
    internal virtual NPoint dOb( 
       System.bool fbAI,
       NShape GbAI
    )

    Parameters

    fbAI
    GbAI
    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