DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Method: Remove for Properties <Data>

Method: Remove for Properties <Data>

Deletes a custom property from the Properties collection in the script interface for internal data.

Object.Remove(NameOrIndex)
ObjectProperties <Data>
Object with this method
NameOrIndexVariant
Specifies the name or the index of the property that is to be deleted.
Note  The Properties collection contains the base properties and the custom properties. You cannot delete base properties.

The following example deletes the Tester custom property from the first channel group:

VBScriptPython

 

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