public interface IElementSetDefinition : IElementDefinitions,
IEnumerable<IElementDefinition>, IEnumerable| CoorType | Type of coordinate for all vertices in elements in the set |
| Count |
The number of IElementDefinition's in the list
(Inherited from IElementDefinitions) |
| ElementVertexCount | Number of vertices in all element in the set list. If -1, then the elements have different number of vertices, and you need to check the VertexCount for each element individually. |
| ElmtGeometry | Type of all elements in the set |
| Item |
Get or set the IElementDefinition at the specified index in the list
(Inherited from IElementDefinitions) |
| Add |
Add a IElementDefinition to the list
(Inherited from IElementDefinitions) |
| Clear |
Removes all elements from the List.
(Inherited from IElementDefinitions) |
| Find |
Searches for an element that matches the conditions defined by
the specified predicate, and returns the first occurrence within
the entire List.
(Inherited from IElementDefinitions) |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIElementDefinition) |
| IndexOf |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire List.
(Inherited from IElementDefinitions) |
| Remove |
Removes the first occurrence of a specific object from the List.
(Inherited from IElementDefinitions) |
| RemoveAt |
Removes the element at the specified index of the List.
(Inherited from IElementDefinitions) |
| ToArray |
Copies all elements of the list to an array.
(Inherited from IElementDefinitions) |