SetXMLTag Method

LabView ActiveX Properties and Methods

SetXMLTag Method

Installed With: Base Package

Class: ProjectItem Methods (ActiveX)

Set the value of an XML tag associated with the LabVIEW project.

Syntax

object.SetXMLTag(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.
isPersistentBooleanIf TRUE, LabVIEW saves the tag information when you save the LabVIEW project. The default is FALSE.

Return Value

none