FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Gen1DeviceBase Class / SetProfileXNumber Method


In This Topic
    SetProfileXNumber Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXNumber( _
       ByVal profile As Integer, _
       ByVal number As Integer _
    ) 
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim profile As Integer
    Dim number As Integer
     
    instance.SetProfileXNumber(profile, number)
    public void SetProfileXNumber( 
       int profile,
       int number
    )

    Parameters

    profile
    number
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also