←Select platform

IsOverlayInDataSet Method

Summary

Determines whether the overlay data exists inside this Data Set or inside another Data Set.

Syntax

C#
VB
Java
WinRT C#
C++
public bool IsOverlayInDataSet( 
   int index 
) 
Public Function IsOverlayInDataSet( _ 
   ByVal index As Integer _ 
) As Boolean 
public bool IsOverlayInDataSet(  
   int index 
) 
public boolean isOverlayInDataSet(int index) 
 function Leadtools.Dicom.DicomDataSet.IsOverlayInDataSet(  
   index  
) 
public: 
bool IsOverlayInDataSet(  
   int index 
)  

Parameters

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

Return Value

true if the overlay data exists inside this Data Set; false if the overlay data is in another Data Set.

Example

For an example, refer to OverlayCount.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly