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
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also