Replace
ValueElement<T>.Replace method
Replaces the current values by the collection of the given values.
public void Replace(IEnumerable<T> values)
| Parameter | Type | Description |
|---|---|---|
| values | IEnumerable`1 | Values to be set to this element. |
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