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


In This Topic
    UpdateAllPoints Method
    In This Topic
    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
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also