CogAcqSample SampleValuesLocked Property Cognex VisionPro
Returns whether SampleX and SampleY are locked together.If this property is true then setting either SampleX or SampleY will cause the other to be set to the same value.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual bool SampleValuesLocked { get; }

Property Value

Type: Boolean

Implements

ICogAcqSample SampleValuesLocked
Remarks

Returns whether SampleX and SampleY are constrained to the be same value. If this property is True then, setting either SampleX or SampleY causes the other value to be set to the same value.

See Also