SetGraphicObjectAttributes method (ILEADDicomDS Interface)
short SetGraphicObjectAttributes(long lGraphicObjectIndex); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The SetGraphicObjectAttributes method sets 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 attributes of the graphic annotation object are updated as given by the properties specified by the GraphicObjectAttributes property.
The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method. Also, the properties specified by the GraphicObjectAttributes should be set to the desired values before calling the method.
See Also