- graphicAnnSQItem
- An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
Visual Basic (Declaration) | |
---|---|
Public Sub RemoveAllTextObjects( _ ByVal graphicAnnSQItem As DicomElement _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim graphicAnnSQItem As DicomElement instance.RemoveAllTextObjects(graphicAnnSQItem) |
C# | |
---|---|
public void RemoveAllTextObjects( DicomElement graphicAnnSQItem ) |
C++/CLI | |
---|---|
public: void RemoveAllTextObjects( DicomElement^ graphicAnnSQItem ) |
Parameters
- graphicAnnSQItem
- An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
Removes all graphical annotation objects under the specified "Graphic Annotation Sequence" (0070,0001) item.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)