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