Document.SolutionXMLElementName Property

Visio Automation Reference

Returns the name of the SolutionXML element. Read-only.

Version Information
 Version Added:  Visio 2002

Syntax

expression.SolutionXMLElementName(Index)

expression   A variable that represents a Document object.

Parameters

Name Required/Optional Data Type Description
Index Required Long The index of the SolutionXML element in the document.

Return Value
String

Remarks

The only way to retrieve SolutionXML data is by name. You can use the SolutionXMLElementName property to get the element name to pass to the SolutionXMLElement property.

See Also