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


In This Topic
    SetChannelXNumberOfDirections Method (Device)
    In This Topic
    Sets number of directions for a channel.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub SetChannelXNumberOfDirections( _
       ByVal channelNumber As Integer, _
       ByVal numberOfDirections As Integer _
    ) 
    'Usage
     
    
    Dim instance As Device
    Dim channelNumber As Integer
    Dim numberOfDirections As Integer
     
    instance.SetChannelXNumberOfDirections(channelNumber, numberOfDirections)
    public abstract void SetChannelXNumberOfDirections( 
       int channelNumber,
       int numberOfDirections
    )

    Parameters

    channelNumber
    numberOfDirections
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also