Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision.Implementation CollectionOfbool
Cognex.Vision BoolCollection
Namespace: Cognex.Vision.Implementation
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
The CollectionOfbool type exposes the following members.
| Name | Description | |
|---|---|---|
| CollectionOfbool |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| Equals | Compares the equality of this object with another. (Inherited from ChangedEventShareableBase.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | ||
| GetHashCode | Returns the hash code of this object. (Inherited from ChangedEventShareableBase.) | |
| GetItem | Get the item at the specified index. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the description of the object type. (Overrides ShareableBase GetTypeMeta .) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Move | ||
| Remove | ||
| RemoveAt | ||
| Reserve | ||
| ResumeAndRaiseChangedEvent | (Overrides ChangedEventShareableBase ResumeAndRaiseChangedEvent .) | |
| setItem | ||
| SuspendChangedEvent | (Overrides ChangedEventShareableBase SuspendChangedEvent .) | |
| ToString | Converts this object to a string representation. (Overrides Object ToString .) |
| Name | Description | |
|---|---|---|
| SfCount | ||
| SfItem |
| Name | Description | |
|---|---|---|
| Capacity | Get the capacity of this collection. This is the maximum number of items that may be stored in this collection without reallocation. Capacity is increased automatically as needed to hold added items. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Count | Get the number of elements contained in this collection. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| IsReadOnly | Get whether or not this collection is read-only. | |
| Item |
| Name | Description | |
|---|---|---|
| Changed | The actual event. | |
| Cleared | Raised after the collection is cleared. | |
| Clearing | Raised before the collection is cleared. | |
| InsertedItem | Raised after an item is inserted. | |
| InsertingItem | Raised before an item is inserted. | |
| MovedItem | Raised after an item is moved to a new index. | |
| MovingItem | Raised before an item is moved to a new index. | |
| RemovedItem | Raised after an item is removed. | |
| RemovingItem | Raised before an item is removed. | |
| ReplacedItem | Raised after an item is replaced. | |
| ReplacingItem | Raised before an item is replaced. |