Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 87.1.0.0
Top
Top
Top
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 87.1.0.0
Syntax
The ICogVisionDataFileProvider type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Adds an item to the ICollection T . (Inherited from ICollection ICogVisionData .) | |
| Append | ||
| Clear | Removes all items from the ICollection T . (Inherited from ICollection ICogVisionData .) | |
| Close | ||
| Contains | Determines whether the ICollection T contains a specific value. (Inherited from ICollection ICogVisionData .) | |
| CopyTo | Copies the elements of the ICollection T to an Array, starting at a particular Array index. (Inherited from ICollection ICogVisionData .) | |
| Delete | ||
| Open | ||
| Remove | Removes the first occurrence of a specific object from the ICollection T . (Inherited from ICollection ICogVisionData .) | |
| ResumeAndRaiseChangedEvent |
Re-enables raising of the Changed event after SuspendChangedEvent
has been called, and raises the Changed event if the
ChangedEventSuspended count is reduced to zero and any changes were
made while events were suspended. Must be called once for each call to
SuspendChangedEvent.
(Inherited from ICogChangedEvent.) | |
| SuspendChangedEvent |
Temporarily suspends the raising of the Changed event. May be called
more than once, and a corresponding call to ResumeAndRaiseChangedEvent
must be made for each call to SuspendChangedEvent.
(Inherited from ICogChangedEvent.) |
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
Indicates if the raising of the Changed event has been suspended.
(Inherited from ICogChangedEvent.) | |
| Count | Gets the number of elements contained in the ICollection T . (Inherited from ICollection ICogVisionData .) | |
| Count | ||
| Description | ||
| FileName | ||
| FileTypes | ||
| IsReadOnly | Gets a value indicating whether the ICollection T is read-only. (Inherited from ICollection ICogVisionData .) | |
| IsSynchronized | ||
| Item | ||
| OpenMode | ||
| 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 ICogChangedEvent.) | |
| SyncRoot |
Events
| Name | Description | |
|---|---|---|
| Changed |
This event is raised when one or more parts of the object's state may
have changed.
(Inherited from ICogChangedEvent.) |
See Also