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


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

    Parameters

    channelNumber
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also