TrainingSetImageInfoCollectionItem Property

CVB.Net Documentation
Index-based item access.

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

public TrainingSetImageInfo this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index to be accessed

Return Value

Type: TrainingSetImageInfo
indexed class object
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the TrainingSet has already been disposed
ArgumentOutOfRangeExceptionIf the index is invalid
See Also

Reference