SmartArtNodeCollection Class

Represents a collection of SmartArt nodes.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.SmartArtSmartArtNodeCollection

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

The SmartArtNodeCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns count of nodes in collection Read-only Int32 Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Returns node by index
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
Public methodAddNode
Add new smart art node or sub node.
Public methodAddNodeByPosition
Add new node in the selected position of nodes collection
Public methodCopyTo
Copies all elements from the collection to the specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemoveNode(Int32)
Remove node or sub node by index
Public methodRemoveNode(ISmartArtNode)
Remove node or sub node
Public methodToString (Inherited from Object.)
See Also