Visual Basic (Declaration) | |
---|---|
Public Property LayerName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomGraphicLayer Dim value As String instance.LayerName = value value = instance.LayerName |
C# | |
---|---|
public string LayerName {get; set;} |
Property Value
Represents the "Graphic Layer" (0070,0002) attribute value.For an example, refer to DicomDataSet.CreateLayer.
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
DicomGraphicLayer ClassDicomGraphicLayer 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
GetLayerElementByIndex Method
GetLayerElementByName Method