CogOCVMaxPattern Origin Property Cognex VisionPro 9.7
Gets or sets the origin of the arrangement.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 73.0.0.0
Syntax

public CogTransform2DLinear Origin { get; set; }

Property Value

Type: CogTransform2DLinear
The origin of the arrangement.
Events

Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this to a NULL value.
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also