The CogImageReferenceRecord type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Annotation |
Description of the record.
(Inherited from CogRecord.) | |
| ChangedEventSuspended |
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.) | |
| Content |
Gets the record's content. This is a read-only property, even though it has a setter.
(Overrides CogRecord Content.) | |
| ContentMutable |
Gets or sets the flag indicating whether or not the record's content can be modified.
(Inherited from CogRecord.) | |
| ContentType |
Gets or sets the format of record content.
(Inherited from CogRecord.) | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| ImageFilename |
Get/set the filename of the referenced image.
| |
| ImageIndex |
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.
| |
| RecordKey |
Gets or sets the key used to identify the record.
(Inherited from CogRecord.) | |
| RecordUsage |
Gets or sets an indicator of the record's usage.
(Inherited from CogRecord.) | |
| StateFlags |
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.) | |
| SubRecords |
Gets the sub-records of this record.
(Inherited from CogRecord.) |
See Also