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


In This Topic
    IdEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function IdEb( _
       ByVal jdEb As NProperty, _
       ByVal KdEb As System.Object, _
       ByVal ldEb As System.Boolean, _
       ByVal MdEb As OSdb, _
       ByRef ndEb As NExpression _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NElement
    Dim jdEb As NProperty
    Dim KdEb As System.Object
    Dim ldEb As System.Boolean
    Dim MdEb As OSdb
    Dim ndEb As NExpression
    Dim value As System.Boolean
     
    value = instance.IdEb(jdEb, KdEb, ldEb, MdEb, ndEb)
    internal System.bool IdEb( 
       NProperty jdEb,
       System.object KdEb,
       System.bool ldEb,
       OSdb MdEb,
       out NExpression ndEb
    )

    Parameters

    jdEb
    KdEb
    ldEb
    MdEb
    ndEb
    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