DVTk API
IndexOf Method (value)
DVTkDvtkData.DimseTagValueCollectionIndexOf(BaseTagValue)
DVTk API

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

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

Assembly: DvtkData (Module: DvtkData) Version: 0.0.0.0