Replace
MultiValueTextElement.Replace method
Replaces the current values by the collection of the given values.
public void Replace(IEnumerable<string> values)
| Parameter | Type | Description |
|---|---|---|
| values | IEnumerable`1 | Values to be set to this element. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | The values are invalid or Value Multiplicity restriction is violated. |
See Also
- class MultiValueTextElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical