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


In This Topic
    GetProfileXNumberOfLoadingPoints Method (DeviceQIA123)
    In This Topic
    Gets number of loading points for profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXNumberOfLoadingPoints( _
       ByVal profileNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim profileNumber As Integer
    Dim value As Integer
     
    value = instance.GetProfileXNumberOfLoadingPoints(profileNumber)
    public int GetProfileXNumberOfLoadingPoints( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    Number of loading points
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also