Gets or sets the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001).
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property LayerName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomGraphicObject
Dim value As String
instance.LayerName = value
value = instance.LayerName
|
C# | |
---|
public override string LayerName {get; set;} |
Return Value
Represents the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001).
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also