SmartArt.Nodes 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 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.