SmartArtNode.ParentNode Property
Returns the parent SmartArtNode of this SmartArtNode.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property ParentNode As SmartArtNode
Get
'Usage
Dim instance As SmartArtNode
Dim value As SmartArtNode
value = instance.ParentNode
SmartArtNode ParentNode { get; }
Property Value
Type: Microsoft.Office.Core.SmartArtNode
Remarks
Read-only. If this node is the root node, an error is returned.