SampleListLabelInfoCollectionTLabelInformation, TDataItem Property

CVB.Net Documentation
Index-based item access.

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

public TLabelInformation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
index to be accessed

Return Value

Type: TLabelInformation
indexed class object
Exceptions

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

Reference