C#
VB
C++
public DicomTextObject GetTextObjectInformation(
DicomElement graphicAnnSQItem,
int textObjectIndex
)
Public Function GetTextObjectInformation( _
ByVal graphicAnnSQItem As DicomElement, _
ByVal textObjectIndex As Integer _
) As DicomTextObject
public:
DicomTextObject^ GetTextObjectInformation(
DicomElement^ graphicAnnSQItem,
int textObjectIndex
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
textObjectIndex
The zero-based index of the text annotation object whose attributes are required.
The text annotation object attributes.
For an example, refer to FindFirstGraphicAnnSQItem.