RemoveAt

ValueElement<T>.RemoveAt method

Removes the value at the specified index of the element.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the element to remove.

Exceptions

exceptioncondition
DicomValidationExceptionNumber of values does not match Value Multiplicity.

See Also