FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportCurrentInput Interface / SetProfileXCurrentInput Method


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

    Parameters

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