VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Remove Methods / Remove(DicomDataElementId) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Remove(DicomDataElementId) Method (DicomDataElementCollection)
    In This Topic
    Removes the specified DicomDataElement from this collection.
    Syntax
    'Declaration
    
    Public Overloads Function Remove( _
    ByVal id
    Data Element ID.
    As DicomDataElementId _
    ) As Boolean
    public bool Remove(
    DicomDataElementId id
    )
    public: bool Remove(
    DicomDataElementId id
    )
    public:
    bool Remove(
    DicomDataElementId id
    )

    Parameters

    id
    Data Element ID.

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also