Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / WfEb Method


In This Topic
    WfEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function WfEb( _
       ByVal xfEb As NElement, _
       ByVal YfEb As System.String, _
       ByVal AGEb As System.Boolean _
    ) As NElement
    'Usage
     
    
    Dim instance As NElement
    Dim xfEb As NElement
    Dim YfEb As System.String
    Dim AGEb As System.Boolean
    Dim value As NElement
     
    value = instance.WfEb(xfEb, YfEb, AGEb)
    internal NElement WfEb( 
       NElement xfEb,
       System.string YfEb,
       System.bool AGEb
    )

    Parameters

    xfEb
    YfEb
    AGEb
    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