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


In This Topic
    SetProfileXNumberOfLoadingPoints Method (DeviceQIA123)
    In This Topic
    Set number of loading point for profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXNumberOfLoadingPoints( _
       ByVal profileNumber As Integer, _
       ByVal numberOfLoadingPoints As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim profileNumber As Integer
    Dim numberOfLoadingPoints As Integer
     
    instance.SetProfileXNumberOfLoadingPoints(profileNumber, numberOfLoadingPoints)
    public void SetProfileXNumberOfLoadingPoints( 
       int profileNumber,
       int numberOfLoadingPoints
    )

    Parameters

    profileNumber
    numberOfLoadingPoints
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also