Cog3DRangeImageCrossSectionTool InputImage Property Cognex VisionPro 9.8
Gets or sets the input range image for use in the Cross Section.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The default is null.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfInputImage
Exceptions

ExceptionCondition
CogImageBadTypeException If the supplied input image is not CogImage16Range.
See Also