←Select platform

GetGraphicObjectCount Method

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int GetGraphicObjectCount( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetGraphicObjectCount( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _ 
) As Integer 
public int GetGraphicObjectCount(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem 
) 
 function Leadtools.Dicom.DicomDataSet.GetGraphicObjectCount(  
   graphicAnnSQItem  
) 
public: 
int GetGraphicObjectCount(  
   Leadtools.Dicom.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly