DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: RemoveAll for Properties <Data>

Method: RemoveAll for Properties <Data>

Deletes all custom properties from the Properties collection in the script interface for internal data.

Object.RemoveAll()
ObjectProperties <Data>
Object with this method
Note  The Properties collection contains the base properties and the custom properties. You cannot delete base properties.

The following example deletes all custom properties from the first channel group:

VBScriptPython

 

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