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


In This Topic
    SetProfileXUnitOfMeasure Method (DeviceQIA128)
    In This Topic
    Sets the unit of measure for specified profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXUnitOfMeasure( _
       ByVal profileNumber As Integer, _
       ByVal unitOfMeasure As UnitsOfMeasure _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA128
    Dim profileNumber As Integer
    Dim unitOfMeasure As UnitsOfMeasure
     
    instance.SetProfileXUnitOfMeasure(profileNumber, unitOfMeasure)
    public void SetProfileXUnitOfMeasure( 
       int profileNumber,
       UnitsOfMeasure unitOfMeasure
    )

    Parameters

    profileNumber
    unitOfMeasure
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also