Gets the item element of the specified graphic layer.
public DicomElement GetLayerElementByIndex(
int layerIndex
)
Public Function GetLayerElementByIndex( _
ByVal layerIndex As Integer _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement GetLayerElementByIndex(
int layerIndex
)
function Leadtools.Dicom.DicomDataSet.GetLayerElementByIndex(
layerIndex
)
public:
Leadtools.Dicom.DicomElement^ GetLayerElementByIndex(
int layerIndex
)
layerIndex
The zero-based index of the graphic layer whose item element is required.
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 at the specified index.
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