FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA128 Class / SetProfileXNumberOfLoadingPoints Method


In This Topic
    SetProfileXNumberOfLoadingPoints Method (DeviceQIA128)
    In This Topic
    Sets the number of loading points for the specified profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXNumberOfLoadingPoints( _
       ByVal profileNumber As Integer, _
       ByVal numberOfLoadingPoints As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim numberOfLoadingPoints As Integer
     
    instance.SetProfileXNumberOfLoadingPoints(profileNumber, numberOfLoadingPoints)
    public void SetProfileXNumberOfLoadingPoints( 
       int profileNumber,
       int numberOfLoadingPoints
    )

    Parameters

    profileNumber
    numberOfLoadingPoints
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also