LayerName property (IDicomTextObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

BSTR LayerName

Overview

Refer to Working with DICOM Annotations

Remarks

The LayerName property specifies the value of the "Graphic Layer" (0070,0002) element.

This property is ignored when updating a text annotation object using the SetTextObjectAttributes method. It is also ignored when creating a new text annotation object using the CreateTextObject method unless the bCheckLayer parameter of the method is set (in this case, the property will be used only to verify the existence of the layer). Finally, when retrieving the attributes of a text annotation object using the GetTextObjectAttributes method, the property is always updated with the name of the layer where the object resides.

See Also

Elements:

TextObjectAttributes property, CreateTextObject method, GetTextObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomTextObjectAttributes Interface