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