SmartArtNodes object (Office)
Represents a collection of nodes within a SmartArt diagram.
Remarks
These nodes correspond directly to semantic elements contained within the data model of the graphic.
Example
The following code returns the number of nodes in the SmartArt diagram.
ActivePresentation.Slides(1).Shapes(1).SmartArtNodes.Count
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.