SmartArt.Nodes Property

Definition

Gets the children of the root node of the SmartArt diagram.

public:
 property Microsoft::Office::Core::SmartArtNodes ^ Nodes { Microsoft::Office::Core::SmartArtNodes ^ get(); };
public Microsoft.Office.Core.SmartArtNodes Nodes { get; }
member this.Nodes : Microsoft.Office.Core.SmartArtNodes
Public ReadOnly Property Nodes As SmartArtNodes

Property Value

Remarks

Read-only. The root node has no parent node and only contains children if there are children present in the SmartArt graphic’s data model. In the following example, the nodes A and F will be returned.

Applies to