LayerName Property

Summary
Gets or sets the layer name used when calling FromAnnObjectToDataSet.
Syntax
C#
VB
C++
public string LayerName { get; set; } 
  
Public Property LayerName As String 
public: 
property String^ LayerName { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The layer name used when calling FromAnnObjectToDataSet.

Remarks

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

Example

For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Annotations Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.