DVTk API
IndexOf Method (value)
DVTkDvtk.Dicom.InformationEntityBaseInformationEntityListIndexOf(BaseInformationEntity)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0