Leadtools.Dicom.Annotations Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
LayerName Property
See Also 
Leadtools.Dicom.Annotations Namespace > DicomAnnotationsUtilities Class : LayerName Property




Gets or sets the layer name used when calling FromAnnObject.

Syntax

Visual Basic (Declaration) 
Public Property LayerName As String
Visual Basic (Usage)Copy Code
Dim instance As DicomAnnotationsUtilities
Dim value As String
 
instance.LayerName = value
 
value = instance.LayerName
C# 
public string LayerName {get; set;}
Managed Extensions for C++ 
public: __property string* get_LayerName();
public: __property void set_LayerName( 
   string* value
);
C++/CLI 
public:
property String^ LayerName {
   String^ get();
   void set (String^ value);
}

Return Value

The layer name used when calling FromAnnObject.

Example

For an example, refer to FromAnnObject.

Remarks

An AnnObject has no layer name, but a DicomAnnotationObject does have a layer name. When calling FromAnnObject to convert an AnnObject, the LayerName is used to set the layer name of the resulting DicomAnnotationObject.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Dicom.Annotations requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features