ICogVisionDataFileProvider MethodsCognex VisionPro 9.10

The ICogVisionDataFileProvider type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the ICollection T .
(Inherited from ICollection ICogVisionData .)
Public methodAppend
Public methodClear
Removes all items from the ICollection T .
(Inherited from ICollection ICogVisionData .)
Public methodClose
Public methodContains
Determines whether the ICollection T  contains a specific value.
(Inherited from ICollection ICogVisionData .)
Public methodCopyTo
Copies the elements of the ICollection T  to an Array, starting at a particular Array index.
(Inherited from ICollection ICogVisionData .)
Public methodDelete
Public methodOpen
Public methodRemove
Removes the first occurrence of a specific object from the ICollection T .
(Inherited from ICollection ICogVisionData .)
Public methodResumeAndRaiseChangedEvent
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.)
Public methodSuspendChangedEvent
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.)
Top
See Also