LayerAttributes property (ILEADDicomDS Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

IDicomLayerAttributes* LayerAttributes

Overview

Refer to Working with DICOM Annotations

Remarks

(Read-only) The LayerAttributes property specifies the attributes that describe a DICOM graphic layer.

When the GetLayerAttributes method is called to retrieve the attributes of a layer, the various properties specified by the LayerAttributes property are updated with the retrieved values.

When creating a new layer, or when setting the attributes of an existing layer, the properties specified by the LayerAttributes property should be set to the desired values before calling the CreateLayer method or the SetLayerAttributes method.

The following properties are specified by the LayerAttributes property:

LayerName property

LayerOrder property

DisplayGrayscaleValue property

DisplayRedValue property

DisplayGreenValue property

DisplayBlueValue property

LayerDescription property

These properties are based on the attributes of the "Graphic Layer Module"; please see the "Graphic Layer Module Attributes" in the DICOM standard for more details.

See Also

Elements:

CreateLayer method, GetLayerAttributes method, SetLayerAttributes method

Topics:

ILEADDicomDS Interface, IDicomLayerAttributes Interface

 

Dicom Annotations: Layers