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


In This Topic
    SetProfileXNumberOfLoadingPoints Method (DeviceIHH505)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXNumberOfLoadingPoints( _
       ByVal numberOfLoadingPoints As Integer, _
       ByVal profileNumber As Integer _
    ) 
    'Usage
     
    
    Dim instance As DeviceIHH505
    Dim numberOfLoadingPoints As Integer
    Dim profileNumber As Integer
     
    instance.SetProfileXNumberOfLoadingPoints(numberOfLoadingPoints, profileNumber)
    public void SetProfileXNumberOfLoadingPoints( 
       int numberOfLoadingPoints,
       int profileNumber
    )

    Parameters

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