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


In This Topic
    GetProfileXLoadingPoint Method (DeviceIDC250)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXLoadingPoint( _
       ByVal profileNumber As Integer, _
       ByVal calibrationPoint As Integer, _
       ByVal direction As CalibrationDirections _
    ) As LoadingPoint
    'Usage
     
    
    Dim instance As DeviceIDC250
    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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also