Cog3DRangeImageCrossSectionOperatorBase FeatureInImage Property Cognex VisionPro 9.8
If the operator produces a feature, the feature is returned in the range image SelectedSpaceName stored in the profile. The FeatureInImage is available after the operator was run. The FeatureInImage is set to null at the beginning of the tool run.

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

public Object FeatureInImage { get; }

Property Value

Type: Object
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfFeatureInImage
See Also