GetLibTag Method

LabView ActiveX Properties and Methods

GetLibTag Method

Installed With: Base Package

Class: Library Methods (ActiveX)

Retrieves a tag set on the LabVIEW project library.

Syntax

object.GetLibTag(tagName, [value], [isPersistent], [itemRef])

Parameters

NameTypeDescription
tagNameStringName of the tag. Use the GetTagNames method to retrieve the tag names.
valuevariantReturns the value of the tag.
isPersistentBoolean*Returns TRUE if LabVIEW saves the tag information when you save the LabVIEW project. Returns FALSE otherwise.
itemRefProjectItem*Reference to the Project Library Item.

Return Value

Boolean