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