The SelElementSet type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | Add an element into the selected element set. |
![]() | Clear | Clear the selected element set. (Overrides ElementSet Clear .) |
![]() | Contains | Tests for the existence of an element within the set. (Inherited from ElementSet .) |
![]() ![]() | Create | Creates a new instance of a set specifically for holding selected elements. |
![]() | Dispose | Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .) |
![]() | Equals | (Inherited from Object .) |
![]() | Erase | Remove an element from the selected element set. (Overrides ElementSet Erase(Element) .) |
![]() | ForwardIterator | Retrieve a forward moving iterator to the set. (Inherited from ElementSet .) |
![]() | GetEnumerator | Retrieve a forward moving iterator to the set. (Inherited from ElementSet .) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object .) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object .) |
![]() | Insert | Insert the specified element into the set. (Inherited from ElementSet .) |
![]() | Remove | Remove an element from the selected element set. |
![]() | ReverseIterator | Retrieve a backward moving iterator to the set. (Inherited from ElementSet .) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object .) |
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty | Test to see if the set is empty. (Inherited from ElementSet .) |
![]() | IsReadOnly | Identifies if the object is read-only or modifiable. (Inherited from APIObject .) |
![]() | Size | Returns the number of elements that are in the set. (Inherited from ElementSet .) |