FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ProfileCalibrationModel Class / ChannelNumber Property


In This Topic
    ChannelNumber Property (ProfileCalibrationModel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ChannelNumber As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As ProfileCalibrationModel
    Dim value As Nullable(Of Integer)
     
    value = instance.ChannelNumber
    public Nullable<int> ChannelNumber {get;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also