Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NEvent Class / Adfb Method


In This Topic
    Adfb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function Adfb( _
       ByVal bdfb() As System.Integer, _
       ByVal Cdfb As System.Integer, _
       ByVal ddfb As NEvent _
    ) As System.Boolean
    'Usage
     
    
    Dim bdfb() As System.Integer
    Dim Cdfb As System.Integer
    Dim ddfb As NEvent
    Dim value As System.Boolean
     
    value = NEvent.Adfb(bdfb, Cdfb, ddfb)
    internal static System.bool Adfb( 
       System.int[] bdfb,
       System.int Cdfb,
       NEvent ddfb
    )

    Parameters

    bdfb
    Cdfb
    ddfb
    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