Requires: Base Development System
Class: Library Methods (ActiveX)
Retrieves a tag set on the LabVIEW project library.
object.GetLibTag(tagName, [value], [isPersistent], [itemRef])
| Name | Type | Description | 
|---|---|---|
| tagName | String | Name of the tag. Use the GetTagNames method to retrieve the tag names. | 
| value | variant | Returns the value of the tag. | 
| isPersistent | Boolean* | Returns TRUE if LabVIEW saves the tag information when you save the LabVIEW project. Returns FALSE otherwise. | 
| itemRef | ProjectItem* | Reference to the Project Library Item. | 
Boolean