DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: FilePath for BarManagerUnattached

Property: FilePath for BarManagerUnattached

Returns the absolute path to the current bar definition of an additional bar manager, which is not used for the bar display in DIAdem.

Note  If you do not have your own bar definition, this property contains the name of the desktop folder.
Object.FilePath
ObjectBarManagerUnattached
Object with this property
Object.FilePathString with read access

The following example displays the path for the current bar definition:

VBScriptPython

 

Dim oMyBarUnattached
Set oMyBarUnattached = BarManager.Create("")
Call oMyBarUnattached.Load("MyBar.bdn")
Call MsgBoxDisp("File path: " & oMyBarUnattached.FilePath)
In This Section
Was this information helpful?