GetGraphicObjectAttributes method (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short GetGraphicObjectAttributes(long lGraphicObjectIndex);

Overview

Refer to Working with DICOM Annotations

Remarks

The GetGraphicObjectAttributes method retrieves the attributes of a graphic annotation object that is defined in one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". The method updates the properties specified by the GraphicObjectAttributes property with the values retrieved.

The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method.

See Also

Elements:

GetGraphicObjectCount method, GraphicObjectAttributes property, SetGraphicObjectAttributes method, CreateGraphicObject method, RemoveGraphicObject method, FindGraphicObjectItem method, GetTextObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface

 

Dicom Annotations: Graphic Objects