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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also