deprecatedserial class %iKnow.TextTransformation.OutputLocation
extends %SerialObject
This class represents a particular location in the text being transformed by a TT model.
The OutputLine property refers to a line number in the transformed
text, which may differ from the original input text. This transformed text is saved to the OutputText
property of the Output class.
property OutputLine
as %Integer;
Line number in the output text where the item this object annotates starts.
property OutputLineEnd
as %Integer;
Line number in the output text where the item this object annotates ends, if different from
OutputLine.
method SetEndLocation(pLocation As OutputLocation)
as %Status
Registers the supplied location object as the end location of this object.