DVTk API
IndexOf Method (value)
DVTkDvtkHighLevelInterface.InformationModelReferencedSopItemCollectionIndexOf(ReferencedSopItem)
DVTk API

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

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

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0