Namespace: Spire.Presentation.Diagrams
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public interface ISmartArtNodeCollection : IEnumerable
Public Interface ISmartArtNodeCollection Inherits IEnumerable
public interface class ISmartArtNodeCollection : IEnumerable
type ISmartArtNodeCollection = interface interface IEnumerable end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| AddNode()()()() | ||
| AddNodeByPosition(Int32) | ||
| CopyTo(Array, Int32) | ||
| Count | ||
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.) | |
| GetNodeByPosition(Int32) | ||
| IsSynchronized | ||
| Item[([( Int32])]) | ||
| RemoveNode(Int32) | ||
| RemoveNode(ISmartArtNode) | ||
| RemoveNodeByPosition(Int32) | ||
| SyncRoot |