Cog3DVisionDataRerenderTool Run Method Cognex VisionPro
Runs this Cog3DVisionDataRerenderTool using the current parameter settings.

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

public override void Run()

Implements

ICogTool Run 
Events

Event TypeReason
ICogTool Running Fires before the tool runs.
ICogChangedEvent Changed Fires when the tool runs. If the run was successful, results are generated; if the run was not successful, no results are generated and the previous results are cleared.
ICogTool Ran Fires after the tool runs.
See Also