GetTag Method

LabView ActiveX Properties and Methods

GetTag Method

Installed With: Base Package

Class: ProjectItem Methods (ActiveX)

Returns a tag value associated with the LabVIEW project item.

Syntax

object.GetTag(tagName, value, [isPersistent])

Parameters

NameTypeDescription
tagNameStringName of the tag. Use the GetTagNames method to retrieve the tag names.
valuevariantSpecifies the tag value as a variant.
isPersistentBoolean*Returns TRUE if LabVIEW saves the tag information when you save the LabVIEW project. Returns FALSE otherwise.

Return Value

Boolean