Retrieves the attributes of a layer at the specified index.
public DicomGraphicLayer GetLayerInformation(
int layerIndex
)
Public Function GetLayerInformation( _
ByVal layerIndex As Integer _
) As Leadtools.Dicom.DicomGraphicLayer
public Leadtools.Dicom.DicomGraphicLayer GetLayerInformation(
int layerIndex
)
function Leadtools.Dicom.DicomDataSet.GetLayerInformation(
layerIndex
)
public:
Leadtools.Dicom.DicomGraphicLayer^ GetLayerInformation(
int layerIndex
)
layerIndex
The zero-based index of the layer whose attributes are required.
The layer attributes.
The members of the DicomGraphicLayer are based on the "Graphic Layer Module Attributes" in the DICOM standard. The index specified by layerIndex is based on the number of items under the "Graphic Layer Sequence" (0070,0060); for example, the index of the first item is zero.
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