Requires: Base Development System
Class: ProjectItem Methods (ActiveX)
Returns the value in an XML tag.
Use the SetXMLTag method to set the value in an XML tag.
object.GetXMLTag(tagName, [value], [isPersistent])
Name | Type | Description |
---|---|---|
tagName | String | Name of the tag. Use the GetTagNames method to retrieve the tag names. |
value | String* | Returns the value of the XML tag as a string. |
isPersistent | Boolean* | Returns TRUE if LabVIEW saves the tag information when you save the LabVIEW project. Returns FALSE otherwise. |
Boolean