Not implemented
Namespace: Cognex.VisionPro.ImageFileAssembly: Cognex.VisionPro.ImageFile (in Cognex.VisionPro.ImageFile.dll) Version: 73.0.0.0
public virtual bool Remove(
ICogVisionData item
)
public virtual bool Remove(
ICogVisionData item
)
Public Overridable Function Remove (
item As ICogVisionData
) As Boolean
Public Overridable Function Remove (
item As ICogVisionData
) As Boolean
public:
virtual bool Remove(
ICogVisionData^ item
)
public:
virtual bool Remove(
ICogVisionData^ item
)
Return Value
Type:
BooleanThe 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.