Library Methods
Installed With: Base Package
Inherits from ProjectItem. View the class hierarchy.
Use these methods to configure LabVIEW project libraries.
Method | Description |
---|---|
Apply Icon To Existing VI Items | This method changes the icon of each VI in the library. The method places the library icon over the existing VI icon. This allows you to update VI icons after editing the library icon. The black and white library icon is used as a mask to decide what region of the VI icon to overwrite. This method will load member VIs of the library into memory if they are not already in memory. Callers may be prompted to provide VI passwords or to save the loaded VIs. Details |
Disconnect From Library | Disconnects a LabVIEW project library that is a sublibrary of another project library from the owning project library. Details |
Hilite In Project Window | Shows this library in a project window. If the library is already in a project window, this will show the project window and set focus to the library item in the project. If the library is already in a library-only project window for which it is the root item, this will show the library-only project window. If the library is not in any project window, this will open a library-only project window containing the library. Details |
Icon:Get | Retrieves the icon associated with a LabVIEW project library. Details |
Icon:Set | Sets the LabVIEW icon file to use for the LabVIEW project library. Details |
Library Tag:Delete | Deletes a tag from the LabVIEW project library. Details |
Library Tag:Get Names | Retrieves a list of names for all tags set on the LabVIEW project library. Details |
Library Tag:Get | Retrieves a tag set on the LabVIEW project library. Details |
Library Tag:Set | Sets a tag on the LabVIEW project library. Details |
Lock State:Get | Returns the lock state of the LabVIEW project library and indicates whether the password for the project library is in the password cache. Details |
Lock State:Set | Sets the level of editing permission for a LabVIEW project library, including the password. Details |
Save:Copy | Saves a copy of the LabVIEW project library file. Details |
Save:For Previous | Saves a copy of the project library and all items within the project library that is readable by LabVIEW 8.0 and later. This method is similar to the LabVIEW Version selection on the Save for Previous Version dialog box. Details |
Save:Library | Saves the LabVIEW project library file. You also can right-click the project library in the Project Explorer window and select Save As from the shortcut menu to save the project library file. Details |
Source Scope:Get | Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access. Details |
Source Scope:Set | Sets the access scope of an item that the LabVIEW project library owns, such as public or private access. Details |