Requires: Base Development System
Class: ProjectItem Methods (ActiveX)
Sets a tag value associated with the LabVIEW project.
object.SetTag(tagName, value, [isPersistent])
| Name | Type | Description |
|---|---|---|
| tagName | String | Name of the tag. Use the GetTagNames method to retrieve the tag names. |
| value | variant | Specifies the tag value as a variant. |
| isPersistent | Boolean | If TRUE, LabVIEW saves the tag information when you save the LabVIEW project. The default is FALSE. |
none