FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportAnalogOutputRange Interface / SetProfileXOffsetOutputRange Method


In This Topic
    SetProfileXOffsetOutputRange Method (ISupportAnalogOutputRange)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetProfileXOffsetOutputRange( _
       ByVal profile As Integer, _
       ByVal offsetRange As String _
    ) 
    'Usage
     
    
    Dim instance As ISupportAnalogOutputRange
    Dim profile As Integer
    Dim offsetRange As String
     
    instance.SetProfileXOffsetOutputRange(profile, offsetRange)
    void SetProfileXOffsetOutputRange( 
       int profile,
       string offsetRange
    )

    Parameters

    profile
    offsetRange
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also