C#
C++
public DicomElement GetLayerElementByIndex(
int layerIndex
)
public:
DicomElement^ GetLayerElementByIndex(
int layerIndex
)
layerIndex
The zero-based index of the graphic layer whose item element is required.
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 at the specified index.
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method