DVTk API
IndexOf Method (value)
DVTkDvtk.Dicom.InformationEntityTagTypeListIndexOf(TagType)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0