CogImageFileCDB PropertiesCognex VisionPro 9.25 SR1

The CogImageFileCDB 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.
Public propertyCount
Gets the number of items contained in this collection.
Public propertyDescription
Description of this file type to be used in a Common File Dialog.
Public propertyFileName
Name of last opened file.
Public propertyFileTypes
Semicolon separated list of file types that this provider can read or write.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is synchronized (thread-safe).
Public propertyItem
Gets the item at the specified index. In C#, this property is the indexer for the collection.
Public propertyOpenMode
Mode in which the file was opened (or cogImageFile_Closed if no file open).
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Top
See Also