←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
C++
public DicomContextGroup FindIndex( 
   int index 
) 
Public Function FindIndex( _ 
   ByVal index As Integer _ 
) As DicomContextGroup 
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.

Remarks

Example

For an example, refer to Insert.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly