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


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

    Parameters

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