←Select platform

GetGraphicObjectInformation Method

Summary
Gets the attributes of the specified graphic annotation object.
Syntax
C#
VB
C++
public DicomGraphicObject GetGraphicObjectInformation( 
   DicomElement graphicAnnSQItem, 
   int graphicObjectIndex 
) 
Public Function GetGraphicObjectInformation( _ 
   ByVal graphicAnnSQItem As DicomElement, _ 
   ByVal graphicObjectIndex As Integer _ 
) As DicomGraphicObject 
public: 
DicomGraphicObject^ GetGraphicObjectInformation(  
   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

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.