attached level libraries, how to get them with VBA

Hallo Folks,

Is there a way to get the attached level libraries with vba? I searched the the help and examples but couldn't

find something useful.

Any suggestions?

Thank you

Parents
  • Cell Library Path(s)

    There isn't really such a thing as an 'attached' library these days. There is a list of libraries in MS_CELLLIBS. When you want a cell, MicroStation enumerates the cells to be found in those libraries.

    In the old days (i.e. MicroStation/J) there was an 'attached' library, whose name was stored in the TCB. The TCB has storage for a string for the 'active' cell library, which still exists in V8. However, I don't know whether MicroStation actually uses that value.

    See our article Navigating the TCB for more detail.

    Regards, Jon Summers
    LA Solutions

     
    Regards, Jon Summers
    LA Solutions

Reply
  • Cell Library Path(s)

    There isn't really such a thing as an 'attached' library these days. There is a list of libraries in MS_CELLLIBS. When you want a cell, MicroStation enumerates the cells to be found in those libraries.

    In the old days (i.e. MicroStation/J) there was an 'attached' library, whose name was stored in the TCB. The TCB has storage for a string for the 'active' cell library, which still exists in V8. However, I don't know whether MicroStation actually uses that value.

    See our article Navigating the TCB for more detail.

    Regards, Jon Summers
    LA Solutions

     
    Regards, Jon Summers
    LA Solutions

Children
No Data