Cog3DRangeImageGraphic ShowGreyImage Property Cognex VisionPro 9.21
Gets/sets whether the grey data should be shown during rendering for coloring the object The default value is true. NOTE: only has an effect when the GreyImage is available

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

public virtual bool ShowGreyImage { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flags may be affected:

  • SfShowGreyImage
See Also