[]
Represents a collection of C1GaugeCapCircle objects.
[ListBindable(false)]
public class CapCircleCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the C1GaugeCapCircle at the specified position in the collection. |
Name | Description |
---|---|
Add(C1GaugeCapCircle) | Adds the specified C1GaugeCapCircle to the collection. |
AddRange(C1GaugeCapCircle[]) | Adds a group of C1GaugeCapCircle objects to the end of the collection. |
Contains(C1GaugeCapCircle) | Determines whether this collection contains the specified C1GaugeCapCircle. |
IndexOf(C1GaugeCapCircle) | Determines the index of a specific C1GaugeCapCircle in the collection. |
Insert(int, C1GaugeCapCircle) | Inserts the specified C1GaugeCapCircle 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 CapCircleCollection instance. |
OnClearComplete() | Performs additional custom processes after clearing the contents of the CapCircleCollection instance. |
OnInsertComplete(int, object) | Performs additional custom processes after inserting a C1GaugeCapCircle into the CapCircleCollection instance. |
OnRemoveComplete(int, object) | Performs additional custom processes after removing a C1GaugeCapCircle from the CapCircleCollection instance. |
OnSetComplete(int, object, object) | Performs additional custom processes after setting a C1GaugeCapCircle in the CapCircleCollection instance. |
OnValidate(object) | Checks whather the type of the value argument is allowable for this collection. |
Remove(C1GaugeCapCircle) | Removes the specified C1GaugeCapCircle from the collection. |