DVTk API
IndexOf Method (value)
DVTkDvtk.ComparatorDicomTagVrCollectionIndexOf(DicomTagVr)
DVTk API

[This is preliminary documentation and is subject to change.]

Searches for the specified DicomTagVr and returns the zero-based index of the first occurrence within the entire DicomTagVrCollection.
Declaration Syntax
C#Visual BasicVisual C++
public int IndexOf(
	DicomTagVr value
)
Public Function IndexOf ( _
	value As DicomTagVr _
) As Integer
public:
int IndexOf(
	DicomTagVr^ value
)
Parameters
value (DicomTagVr)
The DicomTagVr to locate in the DicomTagVrCollection.
Return Value
The zero-based index of the first occurrence of value within the entire DicomTagVrCollection, if found; otherwise, -1.

Assembly: DvtkComparator (Module: DvtkComparator) Version: 0.0.0.0