C#
C++
public DicomElement GetLayerElementByName(
string layerName
)
public:
DicomElement^ GetLayerElementByName(
String^ layerName
)
layerName
Name of the graphic layer whose item element is to be retrieved.
The item element of the specified graphic layer.
This method gets the item element under the "Graphic Layer Sequence" (0070,0060), which corresponds, to the layer with the specified name.
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method