DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImageCollection Class / Add Method / Add(IEnumerable<DicomDataSet>) Method

The DicomDataSetCollection to be added to the collection




In This Topic
    Add(IEnumerable<DicomDataSet>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal value As IEnumerable(Of DicomDataSet) _
    ) 
    'Usage
     
    
    Dim instance As DicomImageCollection
    Dim value As IEnumerable(Of DicomDataSet)
     
    instance.Add(value)
    public void Add( 
       IEnumerable<DicomDataSet> value
    )
    public:
    void Add( 
       IEnumerable<DicomDataSet^>^ value
    ) 

    Parameters

    value

    The DicomDataSetCollection to be added to the collection

    Remarks
    Similar to adding a DicomDataSet to DicomImageCollection, this method adds a collection of DicomDataSets to the end of a DicomImageCollection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also