FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / SetProfileXFilterMode Method


In This Topic
    SetProfileXFilterMode Method
    In This Topic
    Sets the filter mode for the specified profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXFilterMode( _
       ByVal profileNumber As Integer, _
       ByVal filterMode As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim profileNumber As Integer
    Dim filterMode As String
     
    instance.SetProfileXFilterMode(profileNumber, filterMode)
    public void SetProfileXFilterMode( 
       int profileNumber,
       string filterMode
    )

    Parameters

    profileNumber
    filterMode
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also