Click or drag to resize

ProtocolRemoveChannel Method

Removes a channel.

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

Parameters

channel  Channel
Channel to remove.

Return Value

Boolean
True if the channel was removed.
See Also