CVB.Net 15.0
SampleImageList.ImageLabelInfo< TLabel > Struct Template Reference

Base class for providing SIL label information. More...

Inherits SampleList.ILabelInfo, and SampleList.ISampleListChild.

Properties

ImageCollection Samples [get]
 Samples under this label.
 
int Index [get]
 Get the index of this label. Note that this index may change when samples are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work label based, not index based.
 
TLabel Label [get]
 Label under which this class is stored. You may change this label using the Relabel method.
 
Type LabelType [get]
 Type of the labels.
 
SampleList ParentList [get]
 SampleList object to which this class file object is bound.
 

Detailed Description

Base class for providing SIL label information.

Template Parameters
TLabelLabel type.

Property Documentation

◆ Index

int Index
get

Get the index of this label. Note that this index may change when samples are removed from the image list - therefore you should check this index often. Generally it is more recommendable to work label based, not index based.

Exceptions
ObjectDisposedExceptionIf the parent list has already been disposed.

Implements SampleList.ILabelInfo.

◆ Label

TLabel Label
get

Label under which this class is stored. You may change this label using the Relabel method.

Exceptions
ObjectDisposedExceptionIf the parent list has already been disposed.

◆ Samples

ImageCollection Samples
get

Samples under this label.

Exceptions
ObjectDisposedExceptionIf the parent list has already been disposed.