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


In This Topic
    GetProfileXAllLoadingPointsForDirection Method (DeviceQIA128)
    In This Topic
    Retrieves all loading points for the specified profile and direction.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXAllLoadingPointsForDirection( _
       ByVal profileNumber As Integer, _
       ByVal direction As CalibrationDirections _
    ) As IEnumerable(Of LoadingPoint)
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim direction As CalibrationDirections
    Dim value As IEnumerable(Of LoadingPoint)
     
    value = instance.GetProfileXAllLoadingPointsForDirection(profileNumber, direction)
    public IEnumerable<LoadingPoint> GetProfileXAllLoadingPointsForDirection( 
       int profileNumber,
       CalibrationDirections direction
    )

    Parameters

    profileNumber
    direction

    Return Value

    An enumerable collection of loading points.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also