TryUpdateTagAt

DicomImageInfo.TryUpdateTagAt method

Update an existing tag.

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

Return Value

The operation result.

See Also