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


In This Topic
    GetProfileXNumberOfLoadingPoints Method (DeviceUSB225)
    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 DeviceUSB225
    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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also