Remove

ValueElement<T>.Remove method

Removes the first occurrence of a specific value from the element.

public bool Remove(T value)
ParameterTypeDescription
valueTThe object to remove from the element.

Return Value

true if value is successfully removed; otherwise, false. This method also returns false if value was not found in the element.

Exceptions

exceptioncondition
DicomValidationExceptionNumber of values does not match Value Multiplicity.

See Also