←Select platform

GetGraphicObjectCount Method

Summary

Retrieves the number of graphical annotation objects in a certain "Graphic Annotation Sequence" (0070,0001) item.

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

Parameters

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

Return Value

The graphical annotation object count.

Remarks

This method returns the number of graphical 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