GetXMLTag Method

LabView ActiveX Properties and Methods

GetXMLTag Method

Installed With: Base Package

Class: ProjectItem Methods (ActiveX)

Returns the value in an XML tag.

Use the SetXMLTag method to set the value in an XML tag.

Syntax

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

Parameters

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

Return Value

Boolean