C#
VB
C++
public void RemoveLayerGraphicObjects(
DicomElement graphicAnnSQItem
)
Public Sub RemoveLayerGraphicObjects( _
ByVal graphicAnnSQItem As DicomElement _
)
public:
void RemoveLayerGraphicObjects(
DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
This method removes all graphical annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
For an example, refer to CreateLayer.