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


In This Topic
    GetProfileXUnitOfMeasure Method (DeviceIDC250)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetProfileXUnitOfMeasure( _
       ByVal profileNumber As Integer _
    ) As UnitsOfMeasure
    'Usage
     
    
    Dim instance As DeviceIDC250
    Dim profileNumber As Integer
    Dim value As UnitsOfMeasure
     
    value = instance.GetProfileXUnitOfMeasure(profileNumber)
    public UnitsOfMeasure GetProfileXUnitOfMeasure( 
       int profileNumber
    )

    Parameters

    profileNumber
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also