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


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

    Parameters

    profileNumber

    Return Value

    Unit of measure.
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also