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


In This Topic
    GetProfileCalibrationModelForProfileX Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileCalibrationModelForProfileX( _
       ByVal profile As Integer _
    ) As ProfileCalibrationModel
    'Usage
     
    
    Dim instance As Device
    Dim profile As Integer
    Dim value As ProfileCalibrationModel
     
    value = instance.GetProfileCalibrationModelForProfileX(profile)
    public ProfileCalibrationModel GetProfileCalibrationModelForProfileX( 
       int profile
    )

    Parameters

    profile
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also