Cog3DPatMaxTool RunParams Property Cognex VisionPro 9.5
Gets or sets the parameters to be used when this 3DPatMax tool is run.

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

public Cog3DPatMaxRunParams RunParams { get; set; }

Property Value

Type: Cog3DPatMaxRunParams
The parameters to use at runtime. Default value is a default constructed Cog3DPatMaxRunParams 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 3DPatMax tool.
See Also