CogToolGroup GarbageCollectionEnabled Property Cognex VisionPro 9.7
Gets or sets the flag indicating that garbage collection is to be run periodically.

Namespace: Cognex.VisionPro.ToolGroup
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public bool GarbageCollectionEnabled { get; set; }

Property Value

Type: Boolean
Boolean flag indicating that garbage collection is to be run periodically. The frequency of the garbage collection invocation is specified using the GarbageCollectionFrequency property.
See Also