Document.DeleteSolutionXMLElement Method

Visio Automation Reference

Deletes the named SolutionXML element. .

Version Information
 Version Added:  Visio 2002

Syntax

expression.DeleteSolutionXMLElement(ElementName)

expression   A variable that represents a Document object.

Parameters

Name Required/Optional Data Type Description
ElementName Required String The case-sensitive name of the SolutionXML data element.

Return Value
Nothing

Remarks

The ElementName parameter is case-sensitive and should match the name passed as a parameter to the SolutionXMLElement property.

See Also