CogVisionDataFileCDB Remove Method Cognex VisionPro 9.25 SR1
Not implemented

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

public virtual bool Remove(
	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