The CogVisionDataFileCDB type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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.) | |
| Count | Gets the number of records in the CDB file | |
| Description | Description of this file type to be used in a Common File Dialog. | |
| FileName | Name of the last opened file. | |
| FileTypes | Semicolon separated list of file types that this provider can read or write. | |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| IsReadOnly | Gets a value that indicates if this collection is read only. | |
| IsSynchronized | Gets a value indicating whether access to the ICollection issynchronized (thread safe). | |
| Item | Gets the ICogVisionData at the specified index. | |
| OpenMode | Mode in which the file was opened (or Closed if no file open). | |
| 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.) | |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
See Also