Library Methods (ActiveX)
Installed With: Base Package
Inherits from ProjectItem.
Use these methods to configure LabVIEW project libraries.
| Method | Description |
|---|---|
| DeleteLibTag | Deletes a tag from the LabVIEW project library. Details |
| DisconnectFromLibrary | Disconnects a LabVIEW project library that is a sublibrary of another project library from the owning project library. Details |
| GetLibTag | Retrieves a tag set on the LabVIEW project library. Details |
| GetLockState | Returns the lock state of the LabVIEW project library and indicates whether the password for the project library is in the password cache. Details |
| GetSourceScope | Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access. Details |
| GetTagNames | Retrieves a list of names for all tags set on the LabVIEW project library. Details |
| HiliteInProjectWindow | Displays this library in a Project Explorer window. If the library is already in a Project Explorer window, this method displays the Project Explorer window and sets focus to the library item in the window. If the library is already in a stand-alone project library window for which the library is the root item, this method displays the stand-alone project library window. If the library is not in any window, this method opens a stand-alone project library window containing the library. Details |
| Save | Saves the LabVIEW project library file. You also can right-click the project library in the LabVIEW Project Explorer window and select Save As from the shortcut menu to save the project library file. Details |
| SaveCopy | Saves a copy of the LabVIEW project library file. Details |
| SaveForPrevious | Saves a copy of the LabVIEW project library that is readable by LabVIEW version 8.0 and later. Details |
| SetLibTag | Sets a tag on the LabVIEW project library. Details |
| SetLockState | Sets the level of editing permission for a LabVIEW project library, including the password. Details |
| SetSourceScope | Sets the access scope of an item that the LabVIEW project library owns, such as public or private access. Details |