Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPortCollection Class / lIAI Method


In This Topic
    lIAI Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub lIAI( _
       ByVal MIAI As NPaintVisitor, _
       ByVal nIAI As NShape _
    ) 
    'Usage
     
    
    Dim instance As NPortCollection
    Dim MIAI As NPaintVisitor
    Dim nIAI As NShape
     
    instance.lIAI(MIAI, nIAI)
    internal void lIAI( 
       NPaintVisitor MIAI,
       NShape nIAI
    )

    Parameters

    MIAI
    nIAI
    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