Cog3DRangeImageCrossSectionRunParams Execute Method Cognex VisionPro
Execute the ProfileParams.Execute() and OperatorsParams.Execute().

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

public void Execute(
	ICogImage image
)
Exceptions

ExceptionCondition
CogOperatorNoInputImageException If the image is null
CogImageBadTypeException If the image is not a CogImage16Range
ArgumentNullException If the ProfileParams is null
ArgumentNullException If the OperatorsParams is null
ArgumentNullException If the InputProfile is null and UseInputProfile is set to true.
ArgumentNullException If the OutputProfile produced by the ProfileParams is null.
CogSecurityViolationException If licensing for this class cannot be confirmed.
Remarks

The outputs of the execute are:
  • the OutputProfile
  • The OperatorsParams.Status, the overall status of executing all the operators
  • The operators' results
See Also