GraphicObjectAttributes property (ILEADDicomDS Interface)
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:
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