Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NRule Class / MYfb Method


In This Topic
    MYfb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MYfb( _
       ByVal nYfb As NMedia, _
       ByVal OYfb As System.Integer, _
       ByVal pYfb As NDomProperty, _
       ByVal QYfb As NList(Of hShb) _
    ) 
    'Usage
     
    
    Dim instance As NRule
    Dim nYfb As NMedia
    Dim OYfb As System.Integer
    Dim pYfb As NDomProperty
    Dim QYfb As NList(Of hShb)
     
    instance.MYfb(nYfb, OYfb, pYfb, QYfb)
    internal void MYfb( 
       NMedia nYfb,
       System.int OYfb,
       NDomProperty pYfb,
       NList<hShb> QYfb
    )

    Parameters

    nYfb
    OYfb
    pYfb
    QYfb
    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