Base class for providing SIL label information.
More...
Inherits SampleList.ILabelInfo, and SampleList.ISampleListChild.
|
| 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.
|
| |
Base class for providing SIL label information.
- Template Parameters
-
◆ Index
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
-
| ObjectDisposedException | If the parent list has already been disposed. |
Implements SampleList.ILabelInfo.
◆ Label
Label under which this class is stored. You may change this label using the Relabel method.
- Exceptions
-
| ObjectDisposedException | If the parent list has already been disposed. |
◆ Samples
Samples under this label.
- Exceptions
-
| ObjectDisposedException | If the parent list has already been disposed. |