LayerDescription property (IDicomLayerAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR LayerDescription

Overview

Refer to Working with DICOM Annotations

Remarks

The LayerDescription property specifies the value of the "Graphic Layer Description" (0070,0068) element.

When creating a new layer using the CreateLayer method, this property will be ignored if it specifies an empty string. When updating an existing layer using the SetLayerAttributes method, the corresponding element will always be updated by the value of the property. Finally, when retrieving the attributes of a layer using the GetLayerAttributes method, the property will be set to an empty string if the element doesn’t exist.

See Also

Elements:

LayerAttributes property, CreateLayer method, GetLayerAttributes method, SetLayerAttributes method

Topics:

ILEADDicomDS Interface, IDicomLayerAttributes Interface