Requires: Base Development System
Class: ProjectItem Methods (ActiveX)
Returns a tag value associated with the LabVIEW project item.
object.GetTag(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* | Returns TRUE if LabVIEW saves the tag information when you save the LabVIEW project. Returns FALSE otherwise. |
Boolean