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


In This Topic
    ProfileNumber Property (ProfileCalibrationModel)
    In This Topic
    Gets or sets the profile number.
    Syntax
    'Declaration
     
    
    Public Property ProfileNumber As Integer
    'Usage
     
    
    Dim instance As ProfileCalibrationModel
    Dim value As Integer
     
    instance.ProfileNumber = value
     
    value = instance.ProfileNumber
    public int ProfileNumber {get; set;}

    Property Value

    The profile number.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also