Share via


SolutionXMLElementCount Property [Visio 2003 SDK Documentation]

Returns the number of SolutionXML elements in a document.

intRet = object**.SolutionXMLElementCount**

intRet     Long. The number of SolutionXML elements in the document.

object     Required. An expression that returns a Document object.

Version added

2002

Remarks

The first element in the document has an index of 1.

The number of SolutionXML elements you can add to a document is limited only by the amount of available computer memory.

Applies to | Document object

See Also | Document object | SolutionXMLElement property | SolutionXMLElementExists property | SolutionXMLElementName property