FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / DeviceIAA105 Class / GetProfileXSpanOutputRange Method


In This Topic
    GetProfileXSpanOutputRange Method (DeviceIAA105)
    In This Topic
    Gets the span output range for the specified profile.
    Syntax
    'Declaration
     
    
    Public Function GetProfileXSpanOutputRange( _
       ByVal profileNumber As Integer _
    ) As String
    'Usage
     
    
    Dim instance As DeviceIAA105
    Dim profileNumber As Integer
    Dim value As String
     
    value = instance.GetProfileXSpanOutputRange(profileNumber)
    public string GetProfileXSpanOutputRange( 
       int profileNumber
    )

    Parameters

    profileNumber

    Return Value

    The span output range for the specified profile.
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also