[]
Represents a collection of C1GaugeValueImage objects.
[ListBindable(false)]
public class ValueImageCollection : CollectionBase, IList, ICollection, IEnumerable, IComparer<C1GaugeValueImage>
| Name | Description |
|---|---|
| this[int] | Gets or sets the C1GaugeValueImage at the specified position in the collection. |
| Name | Description |
|---|---|
| Add(C1GaugeValueImage) | Adds the specified C1GaugeValueImage to the collection. |
| AddRange(C1GaugeValueImage[]) | Adds a group of C1GaugeValueImage objects to the end of the collection. |
| ClearAndDispose() | Removes all items from the collection, then disposes the items. |
| Contains(C1GaugeValueImage) | Determines whether this collection contains the specified C1GaugeValueImage. |
| IndexOf(C1GaugeValueImage) | Determines the index of a specific C1GaugeValueImage in the collection. |
| Insert(int, C1GaugeValueImage) | Inserts the specified C1GaugeValueImage into this collection at the given index. |
| Move(int, int) | Moves the item with given index (fromIndex) to the new position (toIndex). |
| OnClear() | Performs additional custom processes when clearing the contents of the ValueImageCollection instance. |
| OnClearComplete() | Performs additional custom processes after clearing the contents of the ValueImageCollection instance. |
| OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1GaugeValueImage into the ValueImageCollection instance. |
| OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1GaugeValueImage from the ValueImageCollection instance. |
| OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1GaugeValueImage in the ValueImageCollection instance. |
| OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
| Remove(C1GaugeValueImage) | Removes the specified C1GaugeValueImage from the collection. |