Remove
ValueElement<T>.Remove method
Removes the first occurrence of a specific value from the element.
public bool Remove(T value)
| Parameter | Type | Description |
|---|---|---|
| value | T | The 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
| exception | condition |
|---|---|
| DicomValidationException | Number of values does not match Value Multiplicity. |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical