- graphicAnnSQItem
- An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
- objectIndex
- The zero-based index of the text annotation object whose item element is required.
Visual Basic (Declaration) | |
---|---|
Public Function GetTextObjElement( _ ByVal graphicAnnSQItem As DicomElement, _ ByVal objectIndex As Integer _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomElement GetTextObjElement( DicomElement graphicAnnSQItem, int objectIndex ) |
C++/CLI | |
---|---|
public: DicomElement^ GetTextObjElement( DicomElement^ graphicAnnSQItem, int objectIndex ) |
Parameters
- graphicAnnSQItem
- An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
- objectIndex
- The zero-based index of the text annotation object whose item element is required.
Return Value
The item element of the specified text annotation object.For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
This method retrieves the item element under the "Text Object Sequence" (0070,0008) of the specified text annotation object, if the element could not be found it returns null.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family