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


In This Topic
    UpdateAllPoints Method
    In This Topic
    Updates all digital calibration points with the provided list of new points.
    Syntax
    'Declaration
     
    
    Public Sub UpdateAllPoints( _
       ByVal newPoints As List(Of LoadingPoint) _
    ) 
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim newPoints As List(Of LoadingPoint)
     
    instance.UpdateAllPoints(newPoints)
    public void UpdateAllPoints( 
       List<LoadingPoint> newPoints
    )

    Parameters

    newPoints
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also