CogImageFile PropertiesCognex VisionPro 9.22

The CogImageFile 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 propertyFileName
Name of last opened file.
Public propertyFilterText
A string suitable for displaying in a CommonDialog Control.
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.
Public propertyProvider
The image file provider for the current open file or 0 if there is no file open.
Public propertySupportedFileTypes
File extensions of image file types that are supported.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Top
See Also