FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceUSB225ProfileCalibrationModel Class / NumberOfLoadingPoints Property


In This Topic
    NumberOfLoadingPoints Property (DeviceUSB225ProfileCalibrationModel)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property NumberOfLoadingPoints As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As DeviceUSB225ProfileCalibrationModel
    Dim value As Nullable(Of Integer)
     
    instance.NumberOfLoadingPoints = value
     
    value = instance.NumberOfLoadingPoints
    public Nullable<int> NumberOfLoadingPoints {get; set;}
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also