FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DigitalCalibrationLoadingPointSet Class / GetPositiveDirectionLoads Method


In This Topic
    GetPositiveDirectionLoads Method
    In This Topic
    Gets the loads for the positive direction.
    Syntax
    'Declaration
     
    
    Public Function GetPositiveDirectionLoads() As Single()
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim value() As Single
     
    value = instance.GetPositiveDirectionLoads()
    public float[] GetPositiveDirectionLoads()

    Return Value

    An array of loads ordered by point index.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also