VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomDataSetCollection Class / RemoveAt(Int32) Method
Syntax Exceptions Requirements SeeAlso
    RemoveAt(Int32) Method (DicomDataSetCollection)
    Removes the DicomDataSet at the specified index from this collection.
    Syntax
    'Declaration
    
    Public Sub RemoveAt( _
    ByVal index
    The zero-based index of the element to remove.
    As System.Int32 _
    )
     

    Parameters

    index
    The zero-based index of the element to remove.
    Exceptions
    ExceptionDescription
    Thrown if index is less than zero or index is greater than Count.
    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