Gets the item element of the specified graphic layer.
public DicomElement GetLayerElementByName(
string layerName
)
Public Function GetLayerElementByName( _
ByVal layerName As String _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement GetLayerElementByName(
string layerName
)
function Leadtools.Dicom.DicomDataSet.GetLayerElementByName(
layerName
)
public:
Leadtools.Dicom.DicomElement^ GetLayerElementByName(
String^ layerName
)
layerName
Name of the graphic layer whose item element is to be retrieved.
The item element of the specified graphic layer.
This method gets the item element under the "Graphic Layer Sequence" (0070,0060), which corresponds, to the layer with the specified name.
For an example, refer to CreateLayer.
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
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