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


In This Topic
    SetProfileXOffsetOutputRange Method (DeviceQIA124)
    In This Topic
    Sets offset output range for profile.
    Syntax
    'Declaration
     
    
    Public Sub SetProfileXOffsetOutputRange( _
       ByVal profileNumber As Integer, _
       ByVal offsetRange As String _
    ) 
    'Usage
     
    
    Dim instance As DeviceQIA124
    Dim profileNumber As Integer
    Dim offsetRange As String
     
    instance.SetProfileXOffsetOutputRange(profileNumber, offsetRange)
    public void SetProfileXOffsetOutputRange( 
       int profileNumber,
       string offsetRange
    )

    Parameters

    profileNumber
    offsetRange
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also