FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDigitalProfileCalibrationModel Interface / NumberOfLoadingPoints Property


In This Topic
    NumberOfLoadingPoints Property (ISupportDigitalProfileCalibrationModel)
    In This Topic
    Syntax
    'Declaration
     
    
    Property NumberOfLoadingPoints As Nullable(Of Integer)
    'Usage
     
    
    Dim instance As ISupportDigitalProfileCalibrationModel
    Dim value As Nullable(Of Integer)
     
    instance.NumberOfLoadingPoints = value
     
    value = instance.NumberOfLoadingPoints
    Nullable<int> NumberOfLoadingPoints {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also