←Select platform

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.Core.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.