DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: CustomPropertyTemplate for Settings

Property: CustomPropertyTemplate for Settings

Specifies a custom properties template in the script interface for internal data.

Set oCustomPropertyTemplate = Object.CustomPropertyTemplate
ObjectSettings
Object with this property
oCustomPropertyTemplateCustomPropertyTemplate
Returned object

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

VBScriptPython

 

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