CogVisionDataFileCDB Contains Method Cognex VisionPro 9.7
Not implemented

Namespace: Cognex.VisionPro.ImageFile
Assembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 73.0.0.0
Syntax

public virtual bool Contains(
	ICogVisionData item
)

Return Value

Type: Boolean
Exceptions

ExceptionCondition
NotImplementedExceptionwhen called.
Remarks

The problem with this function is object identity. Since the contents of this CDB file are currently persisted to disk, it is not possible to refer to them using standard .NET object identity functions.
See Also