←Select platform

FindIndex Method

Summary

Returns a DicomContextGroup object to the Context Group located at the specified index in the Context Group Table.

Syntax

C#
VB
WinRT C#
C++
public DicomContextGroup FindIndex( 
   int index 
) 
Public Function FindIndex( _ 
   ByVal index As Integer _ 
) As Leadtools.Dicom.DicomContextGroup 
public Leadtools.Dicom.DicomContextGroup FindIndex(  
   int index 
) 
 function Leadtools.Dicom.DicomContextGroupTable.FindIndex(  
   index  
) 
public: 
Leadtools.Dicom.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.

Remarks
Example

For an example, refer to Insert.

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