Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NMasterGluePortToPort Class / Gpb Method


In This Topic
    Gpb Method (NMasterGluePortToPort)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overrides Sub Gpb( _
       ByVal vEAI As NMasterGlueFx, _
       ByRef WEAI As NPoint, _
       ByRef xEAI As NAngle _
    ) 
    'Usage
     
    
    Dim instance As NMasterGluePortToPort
    Dim vEAI As NMasterGlueFx
    Dim WEAI As NPoint
    Dim xEAI As NAngle
     
    instance.Gpb(vEAI, WEAI, xEAI)
    internal override void Gpb( 
       NMasterGlueFx vEAI,
       out NPoint WEAI,
       out NAngle xEAI
    )

    Parameters

    vEAI
    WEAI
    xEAI
    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