- layerIndex
- The zero-based index of the layer whose attributes are to be set.
- graphicLayer
- The layer attributes.
Visual Basic (Declaration) | |
---|---|
Public Sub SetLayerInformation( _ ByVal layerIndex As Integer, _ ByVal graphicLayer As DicomGraphicLayer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetLayerInformation( int layerIndex, DicomGraphicLayer graphicLayer ) |
C++/CLI | |
---|---|
public: void SetLayerInformation( int layerIndex, DicomGraphicLayer^ graphicLayer ) |
Parameters
- layerIndex
- The zero-based index of the layer whose attributes are to be set.
- graphicLayer
- The layer attributes.
For an example, refer to DicomDataSet.CreateLayer.
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.
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
RemoveLayerByIndex Method
RemoveLayerByName Method
RemoveAllLayers Method
LayerCount Property
GetLayerIndex Method
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
GetLayerTextObjectCount Method
RemoveLayerTextObjects Method
GetLayerElementByIndex Method
GetLayerElementByName Method