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


In This Topic
    Count Method
    In This Topic
    Gets the count of digital calibration points.
    Syntax
    'Declaration
     
    
    Public Function Count() As Integer
    'Usage
     
    
    Dim instance As DigitalCalibrationLoadingPointSet
    Dim value As Integer
     
    value = instance.Count()
    public int Count()

    Return Value

    The count of digital calibration points.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also