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


In This Topic
    GetProfileXUnitOfMeasure Method (DeviceQIA128)
    In This Topic
    Retrieves the unit of measure for the specified profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXUnitOfMeasure( _
       ByVal profileNumber As Integer _
    ) As UnitsOfMeasure
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim value As UnitsOfMeasure
     
    value = instance.GetProfileXUnitOfMeasure(profileNumber)
    public UnitsOfMeasure GetProfileXUnitOfMeasure( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    The unit of measure.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also