VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Remove Methods / Remove(DicomDataElement) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Remove(DicomDataElement) Method (DicomDataElementCollection)
In This Topic
Removes the specified DicomDataElement from this collection.
Syntax
'Declaration

Public Overloads Function Remove( _
ByVal item
DicomDataElement to remove.
As DicomDataElement _
) As Boolean
public bool Remove(
DicomDataElement item
)

Parameters

item
DicomDataElement to remove.

Return Value

True if the DicomDataElement is removed in the collection; otherwise, false.
Exceptions
ExceptionDescription
Thrown if item is not present in the collection.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also