Property: ChannelGroupProperties for CustomPropertyTemplate
- Updated2024-09-12
- 1 minute(s) read
Internal Data > Properties > 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
Object | CustomPropertyTemplate Object with this property |
oTemplateProperties | TemplateProperties 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:
VBScript | Python |
Dim oMyPropTemplate Set oMyPropTemplate= Data.Settings.CustomPropertyTemplate Call oMyPropTemplate.ChannelGroupProperties.Add("MyChnGrpProp", 2)