CogOCVMaxParagraphIterator GetNextLineOrigin Method Cognex VisionPro 9.8
Get the expected location, in paragraph coordinates, of the line after the last line in this paragraph. That is, if you were to append a line to this paragraph, this is where it would go.

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

public CogTransform2DLinear GetNextLineOrigin()

Return Value

Type: CogTransform2DLinear
A CogTransform2DLinear that specifies the origin of the next line in paragraph space.
Exceptions

ExceptionCondition
InvalidOperationExceptionIf this paragraph iterator cannot be found.
ObjectDisposedExceptionIf the associated CogOCVMaxPattern object has already been disposed.
See Also