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


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