FUTEK .NET API Documentation
FUTEK.Devices Assembly / FUTEK.Devices Namespace / Device Class / GetChannelXNumberOfDirections Method


In This Topic
    GetChannelXNumberOfDirections Method
    In This Topic
    Gets number of calibration directions for a channel.
    Syntax
    'Declaration
     
    
    Public Function GetChannelXNumberOfDirections( _
       ByVal channelNumber As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim value As Integer
     
    value = instance.GetChannelXNumberOfDirections(channelNumber)
    public int GetChannelXNumberOfDirections( 
       int channelNumber
    )

    Parameters

    channelNumber

    Return Value

    Number of calibration directions for channel
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also