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


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

    Parameters

    channelNumber
    value
    Frameworks
    Product Versions
    .NET net8.0
    .NET Framework net48
    See Also