Requires: Base Development System
Class: Library Methods (ActiveX)
Sets a tag on the LabVIEW project library.
object.SetLibTag(tagName, [value], [isPersistent], [itemRef])
Name | Type | Description |
---|---|---|
tagName | String | Name of the tag. Use the GetTagNames method to retrieve the tag names. |
value | variant | Specifies 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. |
none