FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / GetProfileXLoadingPoint Method


In This Topic
    GetProfileXLoadingPoint Method (DeviceQIA128)
    In This Topic
    Retrieves the loading point for the specified calibration point, direction, and profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXLoadingPoint( _
       ByVal profileNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim calibrationPoint As Integer
    Dim direction As CalibrationDirections
    Dim value As LoadingPoint
     
    value = instance.GetProfileXLoadingPoint(profileNumber, calibrationPoint, direction)

    Parameters

    profileNumber
    calibrationPoint
    direction

    Return Value

    The loading point.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also