←Select platform

RemoveGraphicObject Method

Summary

Removes the graphic annotation object at the specified index.

Syntax
C#
VB
C++
public void RemoveGraphicObject( 
   DicomElement graphicAnnSQItem, 
   int graphicObjIndex 
) 
Public Sub RemoveGraphicObject( _ 
   ByVal graphicAnnSQItem As DicomElement, _ 
   ByVal graphicObjIndex As Integer _ 
)  
public: 
void RemoveGraphicObject(  
   DicomElement^ graphicAnnSQItem, 
   int graphicObjIndex 
)  

Parameters

graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

graphicObjIndex
The zero-based index of the graphic annotation object to remove.

Remarks

This method will remove the graphical annotation object at the specified index in the specified "Graphic Annotation Sequence" (0070,0001) item. The index is zero-based.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly