Get
Contents
[
Hide
]Get<T>(int)
public T Get<T>(int index)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Sequence can only return Dataset as a value. |
See Also
- class Sequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
Get<T>(Index)
public T Get<T>(Index index)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Sequence can only return Dataset as a value. |
See Also
- class Sequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
Get(int)
Gets the element at the given index
public Dataset Get(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Index of an element to retrieve. |
Return Value
The Dataset at the given index.
Exceptions
| exception | condition |
|---|---|
| IndexOutOfRangeException | index is less than 0 or index is equal to or greater than Count. |
See Also
- class Dataset
- class Sequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical