UpdateTagAt

DicomImageInfo.UpdateTagAt method

Update an existing tag.

public void UpdateTagAt(int index, object newValue)
ParameterTypeDescription
indexInt32The index of the tag to be updated.
newValueObjectThe tag value. Can not be null.

See Also