Use these methods to configure LabVIEW project libraries.

Methods

MethodDescription
DeleteLibTag

Deletes a tag from the LabVIEW project library.

DisconnectFromLibrary

Disconnects a LabVIEW project library that is a sublibrary of another project library from the owning project library.

GetLibTag

Retrieves a tag set on the LabVIEW project library.

GetLockState

Returns the lock state of the LabVIEW project library and indicates whether the password for the project library is in the password cache.

GetSourceScope

Retrieves the access scope for an item that the LabVIEW project library owns, such as public or private access.

GetTagNames

Retrieves a list of names for all tags set on the LabVIEW project library.

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.

Save

Saves the LabVIEW project library file.

SaveCopy

Saves a copy of the LabVIEW project library file.

SaveForPrevious

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 section on the Save for Previous Version dialog box.

SetLibTag

Sets a tag on the LabVIEW project library.

SetLockState

Sets the level of editing permission for a LabVIEW project library, including the password.

SetSourceScope

Sets the access scope of an item that the LabVIEW project library owns, such as public or private access.

SetSourceScopeAndPropagate

Sets the access scope of an item that the LabVIEW project library owns, such as public or private access. If the item is a dynamic dispatch VI, LabVIEW also changes the scope of other implementations.