←Select platform

GetLayerGraphicObjectCount Method

Summary

Retrieves the number of graphical annotation objects, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001).

Syntax

C#
VB
WinRT C#
C++
public int GetLayerGraphicObjectCount( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetLayerGraphicObjectCount( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _ 
) As Integer 
public int GetLayerGraphicObjectCount(  
   Leadtools.Dicom.DicomElement graphicAnnSQItem 
) 
 function Leadtools.Dicom.DicomDataSet.GetLayerGraphicObjectCount(  
   graphicAnnSQItem  
) 
public: 
int GetLayerGraphicObjectCount(  
   Leadtools.Dicom.DicomElement^ graphicAnnSQItem 
)  

Parameters

graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" 0008,1115) in the "Graphic Annotation Module".

Return Value

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

Remarks

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

Example

For an example, refer to CreateLayer.

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