VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataSetCollection Class / Remove(DicomDataSet) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    Remove(DicomDataSet) Method (DicomDataSetCollection)
    In This Topic
    Removes specified DicomDataSet from this collection.
    Syntax
    'Declaration
    
    Public Function Remove( _
    ByVal item
    DicomDataSet to remove.
    As DicomDataSet _
    ) As Boolean
    public bool Remove(
    DicomDataSet item
    )
    public: bool Remove(
    DicomDataSet* item
    )
    public:
    bool Remove(
    DicomDataSet^ item
    )

    Parameters

    item
    DicomDataSet to remove.

    Return Value

    True if the DicomDataSet 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