SetLayerName method (ILEADDicomDS Interface)
short SetLayerName(BSTR bstrNewLayerName); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The SetLayerName method sets the value of the "Graphic Layer" (0070,0002) element under one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The FindFirstGraphicAnnItem method and the MoveNextGraphicAnnItem method can be used to enumerate all the Items under the "Graphic Annotation Sequence" in the "Graphic Annotation Module".
The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method.
See Also
Elements: |
GetLayerName method, FindFirstGraphicAnnItem method, MoveNextGraphicAnnItem method |
Topics: |
ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface |
|