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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
public Cog3DRangeImageCrossSectionAreaResult AreaResult { get; }public Cog3DRangeImageCrossSectionAreaResult AreaResult { get; }Public ReadOnly Property AreaResult As Cog3DRangeImageCrossSectionAreaResult
Get
Public ReadOnly Property AreaResult As Cog3DRangeImageCrossSectionAreaResult
Get
public:
property Cog3DRangeImageCrossSectionAreaResult^ AreaResult {
Cog3DRangeImageCrossSectionAreaResult^ get ();
}public:
property Cog3DRangeImageCrossSectionAreaResult^ AreaResult {
Cog3DRangeImageCrossSectionAreaResult^ get ();
}Property Value
Type:
Cog3DRangeImageCrossSectionAreaResult
The result is in the ProfileSelectedSpaceName.
Returns null if the result was not computed.