Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / INDataRowFilter Interface / Filter Method


In This Topic
    Filter Method (INDataRowFilter)
    In This Topic
    Determines whether the specified row passes the filter or not.
    Syntax
    'Declaration
     
    
    Function Filter( _
       ByVal row As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As INDataRowFilter
    Dim row As System.Integer
    Dim value As System.Boolean
     
    value = instance.Filter(row)
    System.bool Filter( 
       System.int row
    )

    Parameters

    row
    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