Replace

ValueElement<T>.Replace method

Replaces the current values by the collection of the given values.

public void Replace(IEnumerable<T> values)
ParameterTypeDescription
valuesIEnumerable`1Values to be set to this element.

Exceptions

exceptioncondition
DicomValidationExceptionNumber of values does not match Value Multiplicity.

See Also