Cog3DAlignTool RunParams Property Cognex VisionPro
Gets or sets the parameters to be used when this 3DAlign tool is run.

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

public Cog3DAlignRunParams RunParams { get; set; }

Property Value

Type: Cog3DAlignRunParams
The parameters to use at runtime. Default value is a default constructed Cog3DAlignRunParams object.
Events

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

You should configure these parameters, if needed, before running the 3DAlign tool.
See Also