TrainingSetTrainingSetObjectInfoCollectionTParent, TInfoIndexOf Method

CVB.Net Documentation
Determine the index of an image information object inside this collection.

Namespace:  Stemmer.Cvb.Minos
Assembly:  Stemmer.Cvb.Minos (in Stemmer.Cvb.Minos.dll) Version: 14.0.0.0
Syntax

public int IndexOf(
	TInfo obj
)

Parameters

obj
Type: TInfo
Object for which to determine the index.

Return Value

Type: Int32
Index through which the object can be accessed within this collection if it is part of this collection, -1 otherwise. Note that the returned index may be invalidated by Remove calls.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the TrainingSet has already been disposed
ArgumentNullExceptionIf the obj parameter is null.
See Also

Reference