Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NMasterGlue Class / fEAI Method


In This Topic
    fEAI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub fEAI( _
       ByVal GEAI As NMasterGlueFx, _
       ByRef hEAI As NPoint, _
       ByRef IEAI As NAngle _
    ) 
    'Usage
     
    
    Dim instance As NMasterGlue
    Dim GEAI As NMasterGlueFx
    Dim hEAI As NPoint
    Dim IEAI As NAngle
     
    instance.fEAI(GEAI, hEAI, IEAI)
    internal void fEAI( 
       NMasterGlueFx GEAI,
       out NPoint hEAI,
       out NAngle IEAI
    )

    Parameters

    GEAI
    hEAI
    IEAI
    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