DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Count for ActionObjs

Property: Count for ActionObjs

Returns the total number of available bar elements in DIAdem.

Object.Count
ObjectActionObjs
Object with this property
Object.CountLongInteger with read access

The following example displays the number of bar elements available in DIAdem.

VBScriptPython

 

Call MsgBoxDisp("Number of elements: " & BarManager.ActionObjs.Count)
In This Section
Was this information helpful?