Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property LayerCount As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDataSet Dim value As Integer value = instance.LayerCount |
C# | |
---|---|
public int LayerCount {get;} |
Property Value
Number of the Graphic Layers.For an example, refer to DicomDataSet.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: 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
GetLayerIndex Method
GetLayerGraphicObjectCount Method
RemoveLayerGraphicObjects Method
GetLayerTextObjectCount Method
RemoveLayerTextObjects Method
GetLayerElementByIndex Method
GetLayerElementByName Method