CogVisionDataFileCDB PropertiesCognex VisionPro 9.10

The CogVisionDataFileCDB type exposes the following members.

Properties

  NameDescription
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 propertyCount
Gets the number of records in the CDB file
Public propertyDescription
Description of this file type to be used in a Common File Dialog.
Public propertyFileName
Name of the last opened file.
Public propertyFileTypes
Semicolon separated list of file types that this provider can read or write.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyIsReadOnly
Gets a value that indicates if this collection is read only.
Public propertyIsSynchronized
Gets a value indicating whether access to the ICollection issynchronized (thread safe).
Public propertyItem
Gets the ICogVisionData at the specified index.
Public propertyOpenMode
Mode in which the file was opened (or Closed if no file open).
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 propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Top
See Also