Insert
MultiValueTextElement.Insert method
Inserts the given value into this element at a given index. The size of the list is increased by one.
public void Insert(int index, string value)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which value should be inserted. |
| value | String | A value to be inserted at the specified index. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | The value is invalid or Value Multiplicity restriction is violated. |
See Also
- class MultiValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical