CogTrevista ShadingImage4Params Property Cognex VisionPro 9.23
Gets or sets the parameters controlling the output ShadingImage4.

Namespace: Cognex.VisionPro.Trevista
Assembly: Cognex.VisionPro.Trevista (in Cognex.VisionPro.Trevista.dll) Version: 91.0.0.0
Syntax

public CogTrevistaCommonImageParams ShadingImage4Params { get; set; }

Property Value

Type: CogTrevistaCommonImageParams
Parameters controlling the output ShadingImage4.

All output image parameters share these common properties:

Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
ArgumentNullException The input value is null.
See Also