CogImageReferenceRecord PropertiesCognex VisionPro

The CogImageReferenceRecord type exposes the following members.

Properties

  NameDescription
Public propertyAnnotation
Description of the record.
(Inherited from CogRecord.)
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 the record's content. This is a read-only property, even though it has a setter.
(Overrides CogRecord Content.)
Public propertyContentMutable
Gets or sets the flag indicating whether or not the record's content can be modified.
(Inherited from CogRecord.)
Public propertyContentType
Gets or sets the format of record content.
(Inherited from CogRecord.)
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImageFilename
Get/set the filename of the referenced image.
Public propertyImageIndex
Get/set the image index, if the referenced image is a multi-image container. Default unitialized value is -1, but should be set to zero in the constructor if the index is not used.
Public propertyRecordKey
Gets or sets the key used to identify the record.
(Inherited from CogRecord.)
Public propertyRecordUsage
Gets or sets an indicator of the record's usage.
(Inherited from CogRecord.)
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.
(Inherited from CogRecord.)
Top
See Also