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


In This Topic
    SetProfileXLoadingPoint Method (DeviceQIA128)
    In This Topic
    Sets the loading point for the specified profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXLoadingPoint( _
       ByVal profileNumber As Integer, _
       ByVal loadingPoint As LoadingPoint _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim loadingPoint As LoadingPoint
     
    instance.SetProfileXLoadingPoint(profileNumber, loadingPoint)
    public void SetProfileXLoadingPoint( 
       int profileNumber,
       LoadingPoint loadingPoint
    )

    Parameters

    profileNumber
    loadingPoint
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also