SampleListILabelInfoTLabel Interface

CVB.Net Documentation
Typed label information.

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

public interface ILabelInfo<TLabel> : SampleListILabelInfo, 
	SampleListISampleListChild

Type Parameters

TLabel

The SampleListILabelInfoTLabel type exposes the following members.

Properties

  NameDescription
Public propertyIndex
Numeric index of the label.
(Inherited from SampleListILabelInfo.)
Public propertyLabelType
Type of the label (either typeof(string) or typeof(float[])).
(Inherited from SampleListILabelInfo.)
Public propertyParentList
Object through which the native handle may be accessed.
(Inherited from SampleListISampleListChild.)
Top
Methods

  NameDescription
Public methodRelabel
Change the label of a class.
Top
See Also

Reference