DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: RemoveAll for ChannelGroups <Data>

Method: RemoveAll for ChannelGroups <Data>

Deletes all elements from the ChannelGroups collection in the script interface for internal data.

Object.RemoveAll()
ObjectChannelGroups <Data>
Object with this method

The following example deletes all channel groups:

VBScriptPython

 

Call Data.Root.ChannelGroups.RemoveAll()
In This Section
Was this information helpful?