←Select platform

GetOverlayGroupNumber Method

Summary

Gets the overlay group number.

Syntax

C#
VB
Java
WinRT C#
C++
public int GetOverlayGroupNumber( 
   int index 
) 
Public Function GetOverlayGroupNumber( _ 
   ByVal index As Integer _ 
) As Integer 
public int GetOverlayGroupNumber(  
   int index 
) 
public int getOverlayGroupNumber(int index) 
 function Leadtools.Dicom.DicomDataSet.GetOverlayGroupNumber(  
   index  
) 
public: 
int GetOverlayGroupNumber(  
   int index 
)  

Parameters

index
The zero-based index of the overlay whose overlay group number is required.

Return Value

The overlay group number.

Remarks

Because DICOM uses "Repeating Groups" to represent multiple overlays, the value returned by this method is useful in knowing under which group number an overlay exists.

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