Click or drag to resize

ISmartArtNodeCollection Interface

Namespace: Spire.Presentation.Diagrams
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public interface ISmartArtNodeCollection : IEnumerable

The ISmartArtNodeCollection type exposes the following members.

Properties
Methods
Name Description
Public method AddNode
Public method AddNodeByPosition
Public method CopyTo
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Public method GetNodeByPosition
Public method RemoveNode(Int32)
Public method RemoveNode(ISmartArtNode)
Public method RemoveNodeByPosition
Top
See Also