CogRecord PropertiesCognex VisionPro

The CogRecord type exposes the following members.

Properties

  NameDescription
Public propertyAnnotation
Description of the record.
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyContent
Gets or sets the record's content.
Public propertyContentMutable
Gets or sets the flag indicating whether or not the record's content can be modified.
Public propertyContentType
Gets or sets the format of record content.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyRecordKey
Gets or sets the key used to identify the record.
Public propertyRecordUsage
Gets or sets an indicator of the record's usage.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertySubRecords
Gets the sub-records of this record.
Top
See Also