[]
Titles collection class
[TypeConverter(typeof(StdCollectionTypeConverter))]
public sealed class TitlesCollection : CollectionBase, IList, ICollection, IEnumerable, IGraphItem, ICloneable
| Name | Description |
|---|---|
| TitlesCollection() | Initializes a new instance of the TitlesCollection class |
| Name | Description |
|---|---|
| this[int] | Gets or sets collection item by given index |
| this[string] | Gets the Title with the specified title name. |
| Name | Description |
|---|---|
| Add(Title) | Adds layer object to the current collection |
| AddRange(Title[]) | Adds a set of layers to the current collection |
| Clone() | Creates a clone of the current collection |
| Contains(Title) | Determines whether the Collection contains the given Title |
| CopyTo(Title[], int) | TBW |
| IndexOf(Title) | Returns the index of the first occurrence of a value in the collection. |
| Insert(int, Title) | Inserts an element into the collection at the specified index. |
| OnClearComplete() | |
| OnInsertComplete(int, object) | |
| OnRemoveComplete(int, object) | |
| OnSetComplete(int, object, object) | |
| Remove(Title) | Removes the first occurrence of a specific object from the collection. |