FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceQIA124 Class / GetProfileXOffsetOutputRange Method


In This Topic
    GetProfileXOffsetOutputRange Method (DeviceQIA124)
    In This Topic
    Retrieves the offset output range for profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXOffsetOutputRange( _
       ByVal profileNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceQIA124
    Dim profileNumber As Integer
    Dim value As String
     
    value = instance.GetProfileXOffsetOutputRange(profileNumber)
    public string GetProfileXOffsetOutputRange( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    The offset output range for profile.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also