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


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

    Parameters

    channelNumber
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also