DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: DataPortal for BarManager

Property: DataPortal for BarManager

Returns the Data Portal.

Set oDataPortal = Object.DataPortal
ObjectBarManager
Object with this property
oDataPortalDataPortal
Returned object

The following example displays the names of all bars in the Data Portal:

VBScriptPython

 

Dim oMyBar
For each oMyBar in BarManager.DataPortal.UsedBars
  Call MsgBoxDisp("Name: " & oMyBar.ID)
Next
In This Section
Was this information helpful?