Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property LayerCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int LayerCount {get;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_LayerCount(); |
Return Value
Number of the Graphic Layers.For an example, refer to CreateLayer.
This property gets the number of layers inside a DICOM Data Set by counting the number
of items under the "Graphic Layer Sequence" (0070,0060).
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
GetLayerInformation Method
SetLayerInformation Method
RemoveLayerByIndex Method
RemoveLayerByName Method
RemoveAllLayers Method
GetLayerIndex Method
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
GetLayerTextObjectCount Method
RemoveLayerTextObjects Method
GetLayerElementByIndex Method
GetLayerElementByName Method