FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / ISupportDACOutputRange Interface / SetProfileXDACOutputRange Method


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

    Parameters

    profile
    outputRange
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also