←Select platform

GetGraphicObjectInformation Method

Summary

Gets the attributes of the specified graphic annotation object.

Syntax

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

Parameters

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

graphicObjectIndex
The zero-based index of the graphic annotation object whose attributes are required.

Return Value

The graphic annotation object attributes.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize