DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Count for TemplateProperties

Property: Count for TemplateProperties

Returns the number of elements of a TemplateProperties collection, in the script interface for internal data.

Object.Count
ObjectTemplateProperties
Object with this property
Object.CountLongInteger with read access
Returns the number of properties.

The following example displays the total number of custom property templates of the data set (root):

VBScriptPython

 

Call MsgBoxDisp(Data.Settings.CustomPropertyTemplate.RootProperties.Count)
In This Section
Was this information helpful?