DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: ActionObjs for BarManager

Property: ActionObjs for BarManager

Returns a collection of all the bar elements in DIAdem. To access an individual element in scripts, use the Item property, or enter the index or the name in parentheses.

Set oActionObjs = Object.ActionObjs
ObjectBarManager
Object with this property
oActionObjsActionObjs
Returned object

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?