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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also