←Select platform

GetLayerTextObjectCount Method

Summary
Retrieves number of text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001).
Syntax
C#
VB
C++
public int GetLayerTextObjectCount( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetLayerTextObjectCount( _ 
   ByVal graphicAnnSQItem As DicomElement _ 
) As Integer 
public: 
int GetLayerTextObjectCount(  
   DicomElement^ graphicAnnSQItem 
)  

Parameters

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

Return Value

The Text object count, which correspond to the specified item.

Remarks

This method retrieves the number of text annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Example

For an example, refer to CreateLayer.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.