CogPMAlignComposite TuningElasticity Property Cognex VisionPro 9.5
Gets or sets the TuningElasticity property. The value indicates how far the feature location can vary. The value is specified in pixels.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public double TuningElasticity { get; set; }

Property Value

Type: Double
The default value is 5.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfTuningElasticity state flag may be affected.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is out of range. Value must be between 0.5 and Double.MaxValue.
See Also