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


In This Topic
    GetProfileXNumber Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXNumber( _
       ByVal profile As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As Gen1DeviceBase
    Dim profile As Integer
    Dim value As Integer
     
    value = instance.GetProfileXNumber(profile)
    public int GetProfileXNumber( 
       int profile
    )

    Parameters

    profile
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also