SmartArtNodeCollection

SmartArtNodeCollection class

Represents a collection of SmartArt nodes.

The SmartArtNodeCollection type exposes the following members:

Properties

NameDescription
as_i_collectionReturns ICollection class.
as_i_enumerableReturns IEnumerable class.

Indexer

NameDescription
[index]Returns node by index

Methods

NameDescription
remove_node(index)Remove node or sub node by index
remove_node(node)Remove node or sub node
add_node()Add new smart art node or sub node.
add_node_by_position(position)Add new node in the selected position of nodes collection

See Also