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


In This Topic
    GetProfileXUnitOfMeasure Method (DeviceQIA123)
    In This Topic
    Gets unit of measure for channel.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXUnitOfMeasure( _
       ByVal profileNumber As Integer _
    ) As UnitsOfMeasure
    'Usage
     
    
    Dim instance As DeviceQIA123
    Dim profileNumber As Integer
    Dim value As UnitsOfMeasure
     
    value = instance.GetProfileXUnitOfMeasure(profileNumber)
    public UnitsOfMeasure GetProfileXUnitOfMeasure( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    Unit of measure
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also