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 chanenlNumber As Integer, _
       ByVal numberOfDirections As Integer _
    ) 
    'Usage
     
    
    Dim instance As Device
    Dim chanenlNumber As Integer
    Dim numberOfDirections As Integer
     
    instance.SetChannelXNumberOfDirections(chanenlNumber, numberOfDirections)
    public abstract void SetChannelXNumberOfDirections( 
       int chanenlNumber,
       int numberOfDirections
    )

    Parameters

    chanenlNumber
    numberOfDirections
    Requirements

    Target Platforms: Windows 10, Windows 11

    Target Framework: .NET Framework 4.8 or later

    See Also