ICogImageFileProvider PropertiesCognex VisionPro

The ICogImageFileProvider type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.)
Public propertyCount
Gets the number of elements contained in the ICollection.
(Inherited from ICollection.)
Public propertyCount
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 propertyIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ICollection.)
Public propertyIsSynchronized
Public propertyItem
Public propertyOpenMode
Mode in which the file was opened (or cogImageFile_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 ICogChangedEvent.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection.)
Public propertySyncRoot
Top
See Also