Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DeleteOverlay Method
See Also 
Leadtools.Dicom Namespace > DicomDataSet Class : DeleteOverlay Method



index
The zero-based index of the overlay to delete.
index
The zero-based index of the overlay to delete.
Deletes all the elements that describe an overlay.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteOverlay( _
   ByVal index As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSet
Dim index As Integer
 
instance.DeleteOverlay(index)
C# 
public void DeleteOverlay( 
   int index
)
C++/CLI 
public:
void DeleteOverlay( 
   int index
) 

Parameters

index
The zero-based index of the overlay to delete.

Example

For an example, refer to OverlayCount.

Remarks

This method will delete the following elements:

"Overlay Rows" (60xx, 0010)

"Overlay Columns" (60xx, 0011)

"Overlay Planes" (60xx, 0012)

"Number of Frames in Overlay" (60xx, 0015)

"Overlay Description" (60xx, 0022)

"Overlay Type" (60xx, 0040)

"Overlay Subtype" (60xx, 0045)

"Overlay Origin" (60xx, 0050)

"Image Frame Origin" (60xx, 0051)

"Overlay Plane Origin" (60xx, 0052)

"Overlay Bits Allocated" (60xx, 0100)

"Overlay Bit Position" (60xx, 0102)

"Overlay Activation Layer" (60xx, 1001)

"ROI Area" (60xx, 1301)

"ROI Mean" (60xx, 1302)

"ROI Standard Deviation" (60xx, 1303)

"Overlay Label" (60xx, 1500)

"Overlay Data" (60xx, 3000)

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features