←Select platform

LayerDescription Property

Summary

Gets or sets the "Graphic Layer Description" (0070,0068) attribute value.

Syntax

C#
VB
WinRT C#
C++
public string LayerDescription { get; set; } 
Public Property LayerDescription As String 
public string LayerDescription {get; set;} 
 <br/>get_LayerDescription();<br/>set_LayerDescription(value);<br/>Object.defineProperty('LayerDescription');  
public: 
property String^ LayerDescription { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Represents the "Graphic Layer Description" (0070,0068) attribute value.

Example

For an example, refer to CreateLayer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly