FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIHH505 Class / SetProfileXCurrentInput Method


In This Topic
    SetProfileXCurrentInput Method (DeviceIHH505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXCurrentInput( _
       ByVal profile As Integer, _
       ByVal currentInput As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim profile As Integer
    Dim currentInput As String
     
    instance.SetProfileXCurrentInput(profile, currentInput)
    public void SetProfileXCurrentInput( 
       int profile,
       string currentInput
    )

    Parameters

    profile
    currentInput
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also