CogTrevista ShadingImage1Params Property Cognex VisionPro 9.21
Gets or sets the parameters controlling the output ShadingImage1.

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

public CogTrevistaCommonImageParams ShadingImage1Params { get; set; }

Property Value

Type: CogTrevistaCommonImageParams
Parameters controlling the output ShadingImage1.

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