VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataElementCollection Class / Remove Methods / Remove(UInt16,UInt16) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Remove(UInt16,UInt16) Method (DicomDataElementCollection)
    In This Topic
    Removes the specified DicomDataElement from this collection.
    Syntax
    'Declaration
    
    Public Overloads Function Remove( _
    ByVal groupNumber
    Group number.
    As UShort, _
    ByVal elementNumber
    Element number.
    As UShort _
    ) As Boolean

    Parameters

    groupNumber
    Group number.
    elementNumber
    Element number.

    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