CogOCVMaxParagraphIterator Pose Property Cognex VisionPro 9.7
Get or set the pose for this paragraph.

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

public CogTransform2DLinear Pose { get; set; }

Property Value

Type: CogTransform2DLinear
This read/write property of type CogTransform2DLinear may NOT be NULL.
Events

Event TypeReason
CogOCVMaxPatternChangedFires when this property changes.
CogOCVMaxPattern ParagraphChangedFires when this property changes, provides more detailed information than the Changed event.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this property to NULL.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
InvalidOperationExceptionIf this paragraph iterator does not currently reference a valid paragraph.
See Also