FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetProfileCalibrationModelForProfileX Method


In This Topic
    GetProfileCalibrationModelForProfileX Method
    In This Topic
    Gets the profile calibration model for the specified profile number.
    Syntax
    'Declaration
     
    
    Public Function GetProfileCalibrationModelForProfileX( _
       ByVal profileNumber As Integer _
    ) As ProfileCalibrationModel
    'Usage
     
    
    Dim instance As Device
    Dim profileNumber As Integer
    Dim value As ProfileCalibrationModel
     
    value = instance.GetProfileCalibrationModelForProfileX(profileNumber)
    public ProfileCalibrationModel GetProfileCalibrationModelForProfileX( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    The profile calibration model for the specified profile number.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also