Class ElementCollection

ElementCollection class

Collection of base logical structure elements.

public class ElementCollection : IEnumerable<Element>

Properties

NameDescription
Count { get; }Count of elements.
Item { get; }Gets Element by index.

Methods

NameDescription
GetEnumerator()Returns an enumerator that iterates through the collection.
Remove(Element)Remove item from collection.

See Also