ProtocolRemoveChannel Method |
Removes a channel.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic bool RemoveChannel(
Channel channel
)
Parameters
- channel
- Type: Demo3D.NetChannel
Channel to remove.
Return Value
Type:
BooleanTrue if the channel was removed.
See Also