SmartArtShapeCollection Class

Represents a collection of a SmartArt shapes
Inheritance Hierarchy
SystemObject
  Aspose.Slides.SmartArtSmartArtShapeCollection

Namespace:  Aspose.Slides.SmartArt
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class SmartArtShapeCollection : ISmartArtShapeCollection, 
	IGenericCollection<ISmartArtShape>, IEnumerable<ISmartArtShape>, IEnumerable, 
	ICollection

The SmartArtShapeCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection. Read-only Int32.
Public propertyIsSynchronized
Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only Boolean.
Public propertyItem
Gets the element at the specified index. Read-only SmartArtShape.>.
Public propertySyncRoot
Returns a synchronization root. Read-only Object.
Methods
  NameDescription
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 methodToString (Inherited from Object.)
See Also