ISmartArtNodeCollection

ISmartArtNodeCollection interface

Represents a collection of SmartArt nodes.

public interface ISmartArtNodeCollection : IGenericCollection<ISmartArtNode>

Properties

NameDescription
Item { get; }Returns node by index. Read-only ISmartArtNode

Methods

NameDescription
AddNode()Add new node or sub node.
AddNodeByPosition(int)Add new node in the selected position of nodes collection.
RemoveNode(int)Remove node or sub node by index.
RemoveNode(ISmartArtNode)Remove node or sub node.

See Also