C#
C++
public void SetGraphicObjectInformation(
DicomElement graphicAnnSQItem,
int graphicObjectIndex,
DicomGraphicObject graphicObject
)
public:
void SetGraphicObjectInformation(
DicomElement^ graphicAnnSQItem,
int graphicObjectIndex,
DicomGraphicObject^ graphicObject
)
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 to be set.
graphicObject
The graphic annotation object attributes.
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
GetGraphicObjectInformation Method
RemoveAllGraphicObjects Method