Cog3DPatMaxRunParams SaveTrainedVisionDataInResults Property Cognex VisionPro 9.7
Gets or sets whether to save trained vision data in the results.

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

public bool SaveTrainedVisionDataInResults { get; set; }

Property Value

Type: Boolean
"True" if trained vision data should be saved with results. "False" otherwise. Default value is "True".
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Remarks

If this property is false at runtime, then a call to the GetVisionData  method on a subsequent result will throw InvalidOperationException.
See Also