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


In This Topic
    GetProfileXLoadingPoint Method (DeviceQIA123)
    In This Topic
    Gets loading point of a profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXLoadingPoint( _
       ByVal profileNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       Optional ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As DeviceQIA123
    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

    Loading Point
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also