DVTk API
IndexOf Method (value)
DVTkDvtk.Dicom.InformationEntityDataSetCollectionIndexOf(DataSet)
DVTk API

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

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

Assembly: DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0