Property: ActionObjs for BarManager
- Updated2024-09-12
- 1 minute(s) read
Bar Manager > Properties > 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
Object | BarManager Object with this property |
oActionObjs | ActionObjs Returned object |
The following example displays the number of bar elements available in DIAdem.
VBScript | Python |
Call MsgBoxDisp("Number of elements: " & BarManager.ActionObjs.Count)