SmartArt.AllNodes Property

Definition

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.

Applies to