Class that holds information about the state of a tool.
Cognex.Vision ShareableBase
Cognex.Vision ChangedEventShareableBase
Cognex.Vision Record
Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.1.1
The Record type exposes the following members.
| Name | Description | |
|---|---|---|
| Record | Constructs a new instance of the Record class. | |
| Record(String, Type, RecordUsageConstants, Boolean, Object, String) | Constructs a new instance of the Record class. | |
| Record(String, Type, RecordUsageConstants, Boolean, Object, String, IRecordConstructor, Int32) | Constructs a new instance of the Record class. |
| Name | Description | |
|---|---|---|
| Equals | Compares the equality of this object with another. (Overrides ChangedEventShareableBase Equals(Object).) | |
| GetHashCode | Returns the hash code of this object. (Overrides ChangedEventShareableBase GetHashCode .) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeMeta | Get the TypeMeta that describes the type of this object. | |
| ResumeAndRaiseChangedEvent | Re-enables raising of the ChangedEvent after SuspendChangedEvent has been called, and raises the ChangedEvent if the ChangedEventSuspended count is reduced to zero and any changes were made while events were suspended. Must be called once for each call to SuspendChangedEvent. | |
| SuspendChangedEvent | Temporarily suspends the raising of the ChangedEvent. May be called more than once, and a corresponding call to ResumeAndRaiseChangedEvent must be made for each call to SuspendChangedEvent. | |
| ToString | Returns a human readable string that represents the object. |
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two Record objects. | |
| Inequality | Compares the inequality of two Record objects. |
| Name | Description | |
|---|---|---|
| SfAnnotation | ||
| SfContent | ||
| SfContentMutable | ||
| SfContentType | ||
| SfRecordKey | ||
| SfRecordUsage |
| Name | Description | |
|---|---|---|
| Annotation | Get Description of the record. | |
| ChangedEventSuspended | Indicates if raising the ChangedEvent has been suspended. | |
| Content | Get Gets or sets the record's content. | |
| ContentMutable | Get Gets or sets the flag indicating whether or not the record's content can be modified. | |
| ContentType | Get Gets or sets the format of record content. | |
| Handle | (Overrides ChangedEventShareableBase Handle.) | |
| RecordKey | Get Gets or sets the key used to identify the record. | |
| RecordUsage | Get Gets or sets an indicator of the record's usage. | |
| SubRecords | Gets the sub-records of this record. |
| Name | Description | |
|---|---|---|
| Changed | The actual event. |