Visual Basic (Declaration) | |
---|---|
Public Function GetLayerInformation( _ ByVal layerIndex As Integer _ ) As DicomGraphicLayer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomGraphicLayer GetLayerInformation( int layerIndex ) |
Managed Extensions for C++ | |
---|---|
public: DicomGraphicLayer* GetLayerInformation( int layerIndex ) |
C++/CLI | |
---|---|
public: DicomGraphicLayer^ GetLayerInformation( int layerIndex ) |
Parameters
- layerIndex
- The zero-based index of the layer whose attributes are required.
Return Value
The layer attributes.For an example, refer to CreateLayer.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
DicomDataSet ClassDicomDataSet Members
CreateLayer Method
SetLayerInformation Method
RemoveLayerByIndex Method
RemoveLayerByName Method
RemoveAllLayers Method
LayerCount Property
GetLayerIndex Method
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
GetLayerTextObjectCount Method
RemoveLayerTextObjects Method
GetLayerElementByIndex Method
GetLayerElementByName Method