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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also