Cog3DRangeImageCrossSectionAreaOperatorBase AreaResult Property Cognex VisionPro 9.8
Gets the result computed by the execute method. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

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

public Cog3DRangeImageCrossSectionAreaResult AreaResult { get; }

Property Value

Type: Cog3DRangeImageCrossSectionAreaResult
Remarks

The result is in the ProfileSelectedSpaceName. Returns null if the result was not computed.
See Also