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




index
The index of the required Context Group. Valid values range from 0 to the count of Context Groups in the table minus 1. This count is returned by the Count property.
Returns a DicomContextGroup object to the Context Group located at the specified index in the Context Group Table.

Syntax

Visual Basic (Declaration) 
Public Function FindIndex( _
   ByVal index As Integer _
) As DicomContextGroup
Visual Basic (Usage)Copy Code
Dim instance As DicomContextGroupTable
Dim index As Integer
Dim value As DicomContextGroup
 
value = instance.FindIndex(index)
C# 
public DicomContextGroup FindIndex( 
   int index
)
Managed Extensions for C++ 
public: DicomContextGroup* FindIndex( 
   int index
) 
C++/CLI 
public:
DicomContextGroup^ FindIndex( 
   int index
) 

Parameters

index
The index of the required Context Group. Valid values range from 0 to the count of Context Groups in the table minus 1. This count is returned by the Count property.

Return Value

DicomContextGroup object that specifies the Context Group in the Context Group Table that is located at the specified index.

Example

For an example, refer to Insert.

Remarks

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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