DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: ChannelGroupProperties for CustomPropertyTemplate

Property: ChannelGroupProperties for CustomPropertyTemplate

Specifies the custom properties of channel groups in the custom properties template, in the script interface for internal data.

Set oTemplateProperties = Object.ChannelGroupProperties
ObjectCustomPropertyTemplate
Object with this property
oTemplatePropertiesTemplateProperties
Returned object
Note  Use the methods and properties from the Properties collection to work within a Template with custom properties of channel groups. These methods and properties are in the script interface Help for internal data.

The following example generates a new template for custom properties of channel groups:

VBScriptPython

 

Dim oMyPropTemplate
Set oMyPropTemplate = Data.Settings.CustomPropertyTemplate
Call oMyPropTemplate.ChannelGroupProperties.Add("MyChnGrpProp", 2)
In This Section
Was this information helpful?