ISmartArtNodeCollection Interface

Represents a collection of SmartArt nodes.

Namespace:  Aspose.Slides.SmartArt
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface ISmartArtNodeCollection : IGenericCollection<ISmartArtNode>, 
	IEnumerable<ISmartArtNode>, IEnumerable, ICollection

The ISmartArtNodeCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddNode
Add new node or sub node.
Public methodAddNodeByPosition
Add new node in the selected position of nodes collection.
Public methodCopyTo (Inherited from ICollection.)
Public methodGetEnumerator (Inherited from IEnumerableISmartArtNode.)
Public methodRemoveNode(Int32)
Remove node or sub node by index.
Public methodRemoveNode(ISmartArtNode)
Remove node or sub node.
See Also