- layerName
- Name of the graphic layer whose item element is to be retrieved.
Visual Basic (Declaration) | |
---|---|
Public Function GetLayerElementByName( _ ByVal layerName As String _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomElement GetLayerElementByName( string layerName ) |
C++/CLI | |
---|---|
public: DicomElement^ GetLayerElementByName( String^ layerName ) |
Parameters
- layerName
- Name of the graphic layer whose item element is to be retrieved.
Return Value
The item element of the specified graphic layer.For an example, refer to DicomDataSet.CreateLayer.
This method gets the item element under the "Graphic Layer Sequence" (0070,0060),
which corresponds, to the layer with the specified name.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomDataSet ClassDicomDataSet Members
CreateLayer Method
GetLayerInformation Method
SetLayerInformation Method
RemoveLayerByIndex Method
RemoveLayerByName Method
RemoveAllLayers Method
LayerCount Property
GetLayerIndex Method
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
GetLayerTextObjectCount Method
RemoveLayerTextObjects Method
GetLayerElementByIndex Method