Click or drag to resize

ProtocolRemoveChannel Method

Removes a channel.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public bool RemoveChannel(
	Channel channel
)

Parameters

channel
Type: Demo3D.NetChannel
Channel to remove.

Return Value

Type: Boolean
True if the channel was removed.
See Also