←Select platform

GetGraphicObjectInformation Method

Summary

Gets the attributes of the specified graphic annotation object.

Syntax

C#
VB
WinRT C#
C++
public DicomGraphicObject GetGraphicObjectInformation( 
   DicomElement graphicAnnSQItem, 
   int graphicObjectIndex 
) 
Public Function GetGraphicObjectInformation( _ 
   ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement, _ 
   ByVal graphicObjectIndex As Integer _ 
) As Leadtools.Dicom.DicomGraphicObject 
 function Leadtools.Dicom.DicomDataSet.GetGraphicObjectInformation(  
   graphicAnnSQItem , 
   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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly