SmartArt.AllNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a SmartArtNodes object containing all of the nodes within the SmartArt diagram.
public:
property Microsoft::Office::Core::SmartArtNodes ^ AllNodes { Microsoft::Office::Core::SmartArtNodes ^ get(); };
public Microsoft.Office.Core.SmartArtNodes AllNodes { get; }
member this.AllNodes : Microsoft.Office.Core.SmartArtNodes
Public ReadOnly Property AllNodes As SmartArtNodes
Property Value
Remarks
The nodes are retrieved in order, independent of data model. For example, the following data model would retrieve the nodes in order A, B, C, D, E, F.