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


In This Topic
    rCEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function rCEb( _
       ByVal SCEb As System.String, _
       ByVal tCEb As System.Object, _
       ByVal UCEb As System.Boolean, _
       ByVal vCEb As OSdb _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NElement
    Dim SCEb As System.String
    Dim tCEb As System.Object
    Dim UCEb As System.Boolean
    Dim vCEb As OSdb
    Dim value As System.Boolean
     
    value = instance.rCEb(SCEb, tCEb, UCEb, vCEb)
    internal System.bool rCEb( 
       System.string SCEb,
       System.object tCEb,
       System.bool UCEb,
       OSdb vCEb
    )

    Parameters

    SCEb
    tCEb
    UCEb
    vCEb
    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