CogTrevista RangeMode Property Cognex VisionPro 9.20
Gets/sets the RangeMode

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

public RangeMode RangeMode { get; set; }

Property Value

Type: RangeMode
Mode used to calculate the range image (None, Local, or Global) Default value is Local.
Events

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

ExceptionCondition
ArgumentOutOfRangeException The supplied value is not a valid enum. RangeMode
See Also