C#
VB
C++
Gets the attributes of the specified graphic annotation object.
public DicomGraphicObject GetGraphicObjectInformation(
DicomElement graphicAnnSQItem,
int graphicObjectIndex
)
Public Function GetGraphicObjectInformation( _
ByVal graphicAnnSQItem As DicomElement, _
ByVal graphicObjectIndex As Integer _
) As DicomGraphicObject
public:
DicomGraphicObject^ GetGraphicObjectInformation(
DicomElement^ graphicAnnSQItem,
int graphicObjectIndex
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
graphicObjectIndex
The zero-based index of the graphic annotation object whose attributes are required.
The graphic annotation object attributes.
FindFirstGraphicAnnSQItem Method
SetGraphicObjectInformation Method
RemoveAllGraphicObjects Method