Back to product page

RemoveAll method


Removes all channels.

Type

None

Syntax

  • Basic
object.RemoveAll    
The RemoveAll(object) syntax has these parts:
objectAn expression evaluating to an object of type Channels.

Remarks

This method removes all channels from the collection. After calling it you should Add channels again. If a channel is active, you need to Stop it first before trying to remove it. The StopAll method can be useful here.

Platforms

Windows