C#
C++
public void SetCompoundGraphicInformation(
DicomElement graphicAnnSQItem,
int compoundGraphicIndex,
DicomCompoundGraphic graphicObject
)
public:
void SetCompoundGraphicInformation(
DicomElement^ graphicAnnSQItem,
int compoundGraphicIndex,
DicomCompoundGraphic^ graphicObject
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
compoundGraphicIndex
The zero-based index of the compound graphic annotation object whose attributes are to be set.
graphicObject
The compuound graphic annotation object attributes.
For an example, refer to CreateCompoundGraphic.
FindFirstGraphicAnnSQItem Method
GetCompoundGraphicInformation Method
GetCompoundGraphicCount Method
RemoveAllCompoundGraphics Method