←Select platform

GetTextObjectCount Method

Summary

Retrieves the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item.

Syntax
C#
VB
C++
public int GetTextObjectCount( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetTextObjectCount( _ 
   ByVal graphicAnnSQItem As DicomElement _ 
) As Integer 
public: 
int GetTextObjectCount(  
   DicomElement^ graphicAnnSQItem 
)  

Parameters

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

Return Value

The text annotation object count.

Remarks

This method returns the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item in the "Graphic Annotation Module".

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