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

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

public Object FeatureInImage3D { get; }

Property Value

Type: Object
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfFeatureInImage3D
See Also