- layerIndex
- The zero-based index of the graphic layer whose item element is required.
Visual Basic (Declaration) | |
---|---|
Public Function GetLayerElementByIndex( _ ByVal layerIndex As Integer _ ) As DicomElement |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim layerIndex As Integer Dim value As DicomElement value = instance.GetLayerElementByIndex(layerIndex) |
C# | |
---|---|
public DicomElement GetLayerElementByIndex( int layerIndex ) |
C++/CLI | |
---|---|
public: DicomElement^ GetLayerElementByIndex( int layerIndex ) |
Parameters
- layerIndex
- The zero-based index of the graphic layer whose item element is required.
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 at the specified index.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
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
GetLayerElementByName Method