RemoveAt
ValueElement<T>.RemoveAt method
Removes the value at the specified index of the element.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index of the element to remove. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | Number of values does not match Value Multiplicity. |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical