ICogAcqSample SampleValuesLocked Property Cognex VisionPro 9.8
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

bool SampleValuesLocked { get; }

Property Value

Type: Boolean
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