Cog3DRangeImageCrossSectionProfileParams Execute Method Cognex VisionPro 9.5
Creates the profile.

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

public Cog3DRangeImageCrossSectionProfile Execute(
	ICogImage image
)

Return Value

Type: Cog3DRangeImageCrossSectionProfile
The Cog3DRangeImageCrossSectionProfile.
Exceptions

ExceptionCondition
CogImageBadTypeException If the supplied input image argument is not a CogImage16Range.
CogOperatorNoInputImageException If the supplied input image argument is null.
CogSecurityViolationException If licensing for this class cannot be confirmed.
ArgumentException If the region is less than 2 pixels in width or less than 1 pixel in height.
See Also