Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / UnEb Method


In This Topic
    UnEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function UnEb( _
       ByRef vnEb As System.Integer, _
       ByRef WnEb() As NNode _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNode
    Dim vnEb As System.Integer
    Dim WnEb() As NNode
    Dim value As System.Boolean
     
    value = instance.UnEb(vnEb, WnEb)
    internal System.bool UnEb( 
       out System.int vnEb,
       out NNode[] WnEb
    )

    Parameters

    vnEb
    WnEb
    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