C#
C++
public void SetLayerInformation(
int layerIndex,
DicomGraphicLayer graphicLayer
)
public:
void SetLayerInformation(
int layerIndex,
DicomGraphicLayer^ graphicLayer
)
layerIndex
The zero-based index of the layer whose attributes are to be set.
graphicLayer
The layer attributes.
The index specified by layerIndex is based on the number of items under the "Graphic Layer Sequence" (0070,0060); for example, the index of the first item is zero.
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method