StringDictionary Add Method (String, String)Cognex VisionPro 9.22

Add an item to the end of this collection.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public override void Add(
	string key,
	string value
)

Implements

IDictionary TKey, TValue  Add(TKey, TValue)
Exceptions

ExceptionCondition
ArgumentExceptionIf key already exists in this dictionary
Remarks

InsertingItem Raises before the item is inserted. InsertedItem Raises after the item is inserted. Changed Raises because this method changes the Count and Item properties. The following StateFlags may be affected:

  • SfCount
  • SfItem

See Also