Property: Count for ActionObjs
- Updated2024-09-12
- 1 minute(s) read
Bar Manager > Properties > Property: Count for ActionObjs
Property: Count for ActionObjs
Returns the total number of available bar elements in DIAdem.
Object.Count
Object | ActionObjs Object with this property |
Object.Count | LongInteger with read access |
The following example displays the number of bar elements available in DIAdem.
VBScript | Python |
Call MsgBoxDisp("Number of elements: " & BarManager.ActionObjs.Count)