CogVisionDataContainer Remove Method Cognex VisionPro 9.20
Overload List

  NameDescription
Public methodRemove(KeyValuePair String, ICogVisionData )
Removes the supplied key value pair from this container. Does nothing if the supplied key value pair is not found.
Public methodRemove(String)
Removes from this container the key value pair with the specified key. Does nothing if this key is not found.
Public methodRemove(ICogVisionData)
Removes from this container the key value pair with the specified value. Does nothing if this value is not found.
Top
See Also