SmartArtNode.Nodes Property
Returns the child nodes associated with this SmartArt Node.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Nodes As SmartArtNodes
Get
'Usage
Dim instance As SmartArtNode
Dim value As SmartArtNodes
value = instance.Nodes
SmartArtNodes Nodes { get; }
Property Value
Type: Microsoft.Office.Core.SmartArtNodes
Remarks
Read-only.