[]
Collection of wall ranges
[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class WallRangesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable
Name | Description |
---|---|
Capacity | Gets or sets the number of elements that the CollectionBase can contain. |
Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. |
this[int] | Gets or sets the element at the specified index. |
this[string] | Gets the WallRange with the specified wall range name. |
Name | Description |
---|---|
Add(WallRange) | Adds wall range object to the current collection |
AddRange(WallRange[]) | Adds a set of wall ranges to the current collection |
Clone() | Creates a clone of the current object |
Contains(WallRange) | Determines whether the Collection contains the given WallRange |
CopyTo(WallRange[], int) | TBW |
IndexOf(WallRange) | Returns the index of the first occurrence of a value in the collection. |
Insert(int, WallRange) | Inserts an element into the collection at the specified index. |
OnClearComplete() | |
OnInsert(int, object) | |
OnRemoveComplete(int, object) | |
Remove(WallRange) | Removes the first occurrence of a specific object from the collection. |