GraphicObjectAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

IDicomGraphicObjectAttributes* GraphicObjectAttributes

Overview

Refer to Working with DICOM Annotations

Remarks

(Read-only) The GraphicObjectAttributes property specifies the attributes that describe a graphic annotation object.

When the GetGraphicObjectAttributes method is called to retrieve the attributes of a graphic annotation object, the various properties specified by the GraphicObjectAttributes property are updated with the retrieved values.

When creating a new graphic annotation object, or when setting the attributes of an existing one, the properties specified by the GraphicObjectAttributes property should be set to the desired values before calling the CreateGraphicObject method or the SetGraphicObjectAttributes method.

The following properties are specified by the GraphicObjectAttributes property:

LayerName property

Type property property

Units property

Filled property

PointCount property

PointsX property

PointsY property

These properties are based on some of the attributes of the "Graphic Annotation Module". For more information, refer to the "Graphic Annotation Module Attributes" in the DICOM standard.

See Also

Elements:

CreateGraphicObject method, GetGraphicObjectAttributes method, SetGraphicObjectAttributes method, TextObjectAttributes property

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface

 

Dicom Annotations: Graphic Objects