Gets or sets the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001).
public override string LayerName { get; set; }
Public Overrides Property LayerName As String
public override string LayerName {get; set;}
<br/>get_LayerName();<br/>set_LayerName(value);<br/>Object.defineProperty('LayerName');
public:
property String^ LayerName {
String^ get() override;
void set ( String^ value) override;
}
Represents the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001).
For an example, refer to CreateCompoundGraphic.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET