SetLibTag Method

LabView ActiveX Properties and Methods

SetLibTag Method

Installed With: Base Package

Class: Library Methods (ActiveX)

Sets a tag on the LabVIEW project library.

Syntax

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

Parameters

NameTypeDescription
tagNameStringName of the tag. Use the GetTagNames method to retrieve the tag names.
valuevariantSpecifies 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

none