SetChannelXNumberOfDirections Method (Device)
In This Topic
Sets number of directions for a channel.
Syntax
'Declaration
Public MustOverride Sub SetChannelXNumberOfDirections( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As Device
Dim channelNumber As Integer
Dim numberOfDirections As Integer
instance.SetChannelXNumberOfDirections(channelNumber, numberOfDirections)
public abstract void SetChannelXNumberOfDirections(
int ,
int
)
Parameters
- channelNumber
- numberOfDirections
Frameworks
| Product |
Versions |
| .NET |
net8.0 |
| .NET Framework |
net48 |
See Also