DIAdem Help

Method: Remove for Properties <DataPlugin>

  • Updated2024-09-12
  • 1 minute(s) read

Method: Remove for Properties <DataPlugin>

Deletes one element from the Properties collection.

Object.Remove(PropNameOrIndex)
ObjectProperties <DataPlugin>
Object with this method
PropNameOrIndexVariant
Specifies the name or the index of the property that is to be deleted.

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

Call Root.ChannelGroups(1).Properties.Remove("Tester")

Log in to get a better experience