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


In This Topic
    ddEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function ddEb( _
       ByVal EdEb As NProperty, _
       ByVal fdEb As System.Object, _
       ByVal GdEb As System.Boolean, _
       ByVal hdEb As OSdb _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NElement
    Dim EdEb As NProperty
    Dim fdEb As System.Object
    Dim GdEb As System.Boolean
    Dim hdEb As OSdb
    Dim value As System.Boolean
     
    value = instance.ddEb(EdEb, fdEb, GdEb, hdEb)
    internal System.bool ddEb( 
       NProperty EdEb,
       System.object fdEb,
       System.bool GdEb,
       OSdb hdEb
    )

    Parameters

    EdEb
    fdEb
    GdEb
    hdEb
    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