If GarbageCollectionEnabled is true, this property specifies the number of times that the tool can be run before the tool will make an explicit call to the garbage collector. This property is ignored if GarbageCollectionEnabled is false.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32An integer greater than zero, specifying the number of times the tool can run before explicit garbage collection.
Exceptions
| Exception | Condition |
|---|---|
| ArugmentOutOfRangeException | If you attempt to set this value less than one. |
See Also