Inheritance Hierarchy
Cognex.VisionPro StateFlagsCollection
Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
The StateFlagsCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| StateFlagsCollection |
Initializes a new instance of the StateFlagsCollection class with state
flags of a given type.
|
Methods
| Name | Description | |
|---|---|---|
| CopyTo | ||
| Equals | (Inherited from Object.) | |
| 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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | ||
| Flags |
Gets the list of flag values.
| |
| IsSynchronized | ||
| Item |
Gets the flag value of the given state name.
| |
| Names |
Gets the list of state names.
| |
| SyncRoot |
See Also