StringDictionary Clear Method Cognex VisionPro 9.21 SR1

Remove all items from this dictionary.

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

public override void Clear()

Implements

ICollection T  Clear 
Remarks

Clearing Raises before the dictionary is cleared. Cleared Raises after the dictionary is cleared. Changed Raises because this method changes the Count and Item properties. The following StateFlags may be affected:

  • SfCount
  • SfItem

See Also